PersistedState 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PersistedState() |
初始化 PersistedState 類別的新執行個體。 |
PersistedState(PersistedStateKeys, IDictionary<String,Object>) |
初始化 PersistedState 類別的新執行個體。 |
PersistedState()
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>
包含狀態值的資料。