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

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

メソッド

名前 説明
LoadViewState(BinaryReader)
古い.

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

SaveViewState(BinaryWriter)
古い.

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

適用対象