AppWindow.PersistedStateId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个字符串,该字符串标识此窗口用于跟踪和保存状态。
public:
property Platform::String ^ PersistedStateId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PersistedStateId();
void PersistedStateId(winrt::hstring value);
public string PersistedStateId { get; set; }
var string = appWindow.persistedStateId;
appWindow.persistedStateId = string;
Public Property PersistedStateId As String
属性值
标识此窗口以跟踪和保存状态的字符串。
注解
当窗口移动或更改大小时,shell 会使用此标识符,以便系统可以在以后或在另一个会话中重新创建具有相同体验的窗口。