Partager via


SharedStorageAccessManager.RedeemTokenForFileAsync(String) Méthode

Définition

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.

S’applique à