ApplicationView.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 = applicationView.persistedStateId;
applicationView.persistedStateId = string;
Public Property PersistedStateId As String

속성 값

String

Platform::String

winrt::hstring

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

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)

적용 대상