SharedStorageAccessManager.RedeemTokenForFileAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ソース アプリから受信した共有トークンを指定して、別のアプリによって共有されるファイルを取得します。
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」を参照してください。