SharedStorageAccessManager.RemoveFile(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Révoque un jeton de partage existant.
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)
Paramètres
- token
-
String
Platform::String
winrt::hstring
Jeton de partage à révoquer.
Remarques
L’application source peut éventuellement appeler la méthode RemoveFile pour révoquer un jeton qu’elle a obtenu précédemment en appelant la méthode AddFile .