次の方法で共有


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)

適用対象