共用方式為


AppWindow.PersistedStateId 屬性

定義

取得或設定字串,識別此視窗的追蹤和儲存狀態。

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

屬性值

String

Platform::String

winrt::hstring

識別此視窗的字串,用於追蹤和儲存狀態。

備註

當視窗移動或變更大小時,殼層會使用此識別碼,讓系統可以在稍後或在另一個會話中重新建立具有相同體驗的視窗。

適用於