IStorageItemAccessList.Remove(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
要移除之儲存體專案的權杖。
適用於