StorageItemMostRecentlyUsedList.Remove(String) 方法

定义

从最近使用的 (MRU) 列表中删除指定的存储项。

public:
 virtual void Remove(Platform::String ^ token) = Remove;
void Remove(winrt::hstring const& token);
public void Remove(string token);
function remove(token)
Public Sub Remove (token As String)

参数

token
String

Platform::String

winrt::hstring

要删除的存储项的标记。

实现

M:Windows.Storage.AccessCache.IStorageItemAccessList.Remove(System.String) M:Windows.Storage.AccessCache.IStorageItemAccessList.Remove(Platform::String) M:Windows.Storage.AccessCache.IStorageItemAccessList.Remove(winrt::hstring)

适用于