IPersistUIState インターフェイス

定義

注意事項

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
派生
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

メソッド

LoadViewState(BinaryReader)

バイナリ ストリームからデザイナーの UI の状態を復元します。

SaveViewState(BinaryWriter)

デザイナーの UI の状態をバイナリ ストリームに格納します。

適用対象