共用方式為


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>

包含狀態值的資料。

適用於