AppWindow.ClearAllPersistedState 方法

定义

清除系统为给定应用程序的任何窗口 PersistedStateId 保存的任何属性。

public:
 static void ClearAllPersistedState();
 static void ClearAllPersistedState();
public static void ClearAllPersistedState();
function clearAllPersistedState()
Public Shared Sub ClearAllPersistedState ()

注解

如果在调用此方法时应用中仍然存在具有 PersistedStateId 的视图,则系统将在更新或关闭该视图时保存此 ID 的状态。

适用于