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

状態を追跡および保存するためにこのウィンドウを識別する文字列。

注釈

この識別子は、後で、または別のセッションで同じエクスペリエンスでウィンドウを再作成できるように、ウィンドウが移動またはサイズを変更するときにシェルによって使用されます。

適用対象