次の方法で共有


SharedStorageAccessManager.RedeemTokenForFileAsync(String) メソッド

定義

ソース アプリから受信した共有トークンを指定して、別のアプリによって共有されるファイルを取得します。

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)

パラメーター

token
String

Platform::String

winrt::hstring

共有ファイルの共有トークン。

戻り値

共有ファイルを含むラッパー オブジェクト。

属性

注釈

ソース アプリがターゲット アプリとファイルを共有すると、ターゲット アプリは RedeemTokenForFileAsync メソッドを呼び出して共有ファイルを取得します。

コード サンプルについては、「 SharedStorageAccessManager」を参照してください。

適用対象