SharedStorageAccessManager.RemoveFile(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
撤銷現有的共用權杖。
public:
static void RemoveFile(Platform::String ^ token);
static void RemoveFile(winrt::hstring const& token);
public static void RemoveFile(string token);
function removeFile(token)
Public Shared Sub RemoveFile (token As String)
參數
- token
-
String
Platform::String
winrt::hstring
要撤銷的共用權杖。
備註
來源應用程式可以選擇性地呼叫 RemoveFile 方法,以撤銷先前透過呼叫 AddFile 方法取得的權杖。