IStorageItemAccessList.Remove(String) 方法

定义

从访问列表中删除指定的存储项。

public:
 void Remove(Platform::String ^ token);
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

要删除的存储项的标记。

适用于