ApplicationView.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

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

注解

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

适用于