AppWindow.ClearPersistedState(String) 메서드

정의

지정된 애플리케이션에 대해 지정된 ID를 사용하여 시스템에서 창에 대해 저장한 속성을 지웁니다.

public:
 static void ClearPersistedState(Platform::String ^ key);
 static void ClearPersistedState(winrt::hstring const& key);
public static void ClearPersistedState(string key);
function clearPersistedState(key)
Public Shared Sub ClearPersistedState (key As String)

매개 변수

key
String

Platform::String

winrt::hstring

뷰를 지울 PersistedStateId 입니다.

설명

이 메서드를 호출할 때 이 ID가 있는 보기가 앱에 계속 있는 경우 해당 보기가 업데이트되거나 닫히면 시스템에서 이 ID에 대한 상태를 저장합니다.

적용 대상

추가 정보