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 的状态。

适用于

另请参阅