SharedStorageAccessManager.RemoveFile(String) メソッド

定義

既存の共有トークンを取り消します。

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 メソッドを呼び出して以前に取得したトークンを取り消すことができます。

適用対象