PersistedState 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示跨回合保存的資料。
public class PersistedState
type PersistedState = class
Public Class PersistedState
- 繼承
-
PersistedState
建構函式
PersistedState() |
初始化 PersistedState 類別的新執行個體。 |
PersistedState(PersistedStateKeys, IDictionary<String,Object>) |
初始化 PersistedState 類別的新執行個體。 |
屬性
ConversationState |
取得或設定對話方塊狀態資料。 |
UserState |
取得或設定使用者設定檔資料。 |