StorageItemMostRecentlyUsedList.Remove(String) Method

Definition

Removes the specified storage item from the most recently used (MRU) list.

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)

Parameters

token
String

Platform::String

winrt::hstring

The token of the storage item to remove.

Implements

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

Applies to