次の方法で共有


PersistedState コンストラクター

定義

オーバーロード

PersistedState()

PersistedState クラスの新しいインスタンスを初期化します。

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

PersistedState クラスの新しいインスタンスを初期化します。

PersistedState()

PersistedState クラスの新しいインスタンスを初期化します。

public PersistedState ();
Public Sub New ()

適用対象

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

PersistedState クラスの新しいインスタンスを初期化します。

public PersistedState (Microsoft.Bot.Builder.Dialogs.PersistedStateKeys keys, System.Collections.Generic.IDictionary<string,object> data);
new Microsoft.Bot.Builder.Dialogs.PersistedState : Microsoft.Bot.Builder.Dialogs.PersistedStateKeys * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Bot.Builder.Dialogs.PersistedState
Public Sub New (keys As PersistedStateKeys, data As IDictionary(Of String, Object))

パラメーター

keys
PersistedStateKeys

永続化されたキー。

data
IDictionary<String,Object>

状態値を含むデータ。

適用対象