StorageItemAccessList.Remove(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.
Removes the specified storage item from the access 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)