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

상태를 추적하고 저장하기 위해 이 창을 식별하는 문자열입니다.

설명

이 식별자는 창이 이동하거나 크기를 변경할 때 셸에서 사용되므로 시스템은 나중에 또는 다른 세션에서 동일한 환경으로 창을 다시 만들 수 있습니다.

적용 대상