PersistedState 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示跨轮次的持久化数据。
public class PersistedState
type PersistedState = class
Public Class PersistedState
- 继承
-
PersistedState
构造函数
PersistedState() |
初始化 PersistedState 类的新实例。 |
PersistedState(PersistedStateKeys, IDictionary<String,Object>) |
初始化 PersistedState 类的新实例。 |
属性
ConversationState |
获取或设置对话状态数据。 |
UserState |
获取或设置用户配置文件数据。 |