共用方式為


StorageItemAccessList.Remove(String) 方法

定義

從存取清單中移除指定的儲存專案。

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)

適用於