IPersistUIState 接口

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

定义工作流设计器和活动设计器用于保存 UI 状态信息的方法,并从二进制流还原 UI 状态信息。

public interface class IPersistUIState
public interface IPersistUIState
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IPersistUIState
type IPersistUIState = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IPersistUIState = interface
Public Interface IPersistUIState
派生
属性

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

方法

名称 说明
LoadViewState(BinaryReader)
已过时.

从二进制流还原设计器的 UI 状态。

SaveViewState(BinaryWriter)
已过时.

将设计器的 UI 状态存储到二进制流。

适用于