共用方式為


AppWindow.ClearPersistedState(String) 方法

定義

清除系統針對具有指定應用程式之指定識別碼的視窗所儲存的任何屬性。

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

備註

如果在呼叫此方法時,具有此識別碼的檢視仍存在於應用程式中,當更新或關閉該檢視時,系統會儲存此識別碼的狀態。

適用於

另請參閱