StorageItemMostRecentlyUsedList.ContainsItem(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the most recently used (MRU) list contains the specified storage item.
public:
virtual bool ContainsItem(Platform::String ^ token) = ContainsItem;
bool ContainsItem(winrt::hstring const& token);
public bool ContainsItem(string token);
function containsItem(token)
Public Function ContainsItem (token As String) As Boolean
Parameters
- token
-
String
Platform::String
winrt::hstring
The token of the storage item to look for.
Returns
Boolean
bool
True if the most recently used (MRU) list contains the specified storage item; false otherwise.
Implements
M:Windows.Storage.AccessCache.IStorageItemAccessList.ContainsItem(System.String)
M:Windows.Storage.AccessCache.IStorageItemAccessList.ContainsItem(Platform::String)
M:Windows.Storage.AccessCache.IStorageItemAccessList.ContainsItem(winrt::hstring)