ApplicationView.ClearPersistedState(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
清除系統針對具有指定應用程式之指定識別碼的檢視所儲存的任何屬性。
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 引進)
|
備註
如果在呼叫此方法時,具有此識別碼的檢視仍存在於應用程式中,當更新或關閉該檢視時,系統會儲存此識別碼的狀態。