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
屬性值
識別此視窗的字串,用於追蹤和儲存狀態。
備註
當視窗移動或變更大小時,殼層會使用此識別碼,讓系統可以在稍後或在另一個會話中重新建立具有相同體驗的視窗。