次の方法で共有


DialogInstance.State プロパティ

定義

インスタンスの永続化状態を取得または設定します。

public System.Collections.Generic.IDictionary<string,object> State { get; set; }
member this.State : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property State As IDictionary(Of String, Object)

プロパティ値

インスタンスの永続化された状態。

適用対象