IPersistUIState 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
定義工作流程設計工具和活動設計工具用來在二進位資料流中儲存和還原 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.5 中即將淘汰的類型。
方法
LoadViewState(BinaryReader) |
從二進位資料流中還原設計工具的 UI 狀態。 |
SaveViewState(BinaryWriter) |
將設計工具的 UI 狀態儲存到二進位資料流。 |