次の方法で共有


PersistedState.ConversationState プロパティ

定義

ダイアログ状態データを取得または設定します。

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

プロパティ値

ダイアログ状態データ。

適用対象