SharedStorageAccessManager.RedeemTokenForFileAsync(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.
Obtient un fichier partagé par une autre application en fournissant le jeton de partage reçu de l’application source.
public:
static IAsyncOperation<StorageFile ^> ^ RedeemTokenForFileAsync(Platform::String ^ token);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<StorageFile> RedeemTokenForFileAsync(winrt::hstring const& token);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<StorageFile> RedeemTokenForFileAsync(string token);
function redeemTokenForFileAsync(token)
Public Shared Function RedeemTokenForFileAsync (token As String) As IAsyncOperation(Of StorageFile)
Paramètres
- token
-
String
Platform::String
winrt::hstring
Jeton de partage pour le fichier partagé.
Retours
Objet wrapper qui contient le fichier partagé.
- Attributs
Remarques
Lorsqu’une application source partage un fichier avec une application cible, l’application cible appelle la méthode RedeemTokenForFileAsync pour obtenir le fichier partagé.
Pour obtenir un exemple de code, consultez SharedStorageAccessManager.