共用方式為


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

要移除之儲存體專案的權杖。

適用於