次の方法で共有


WalletItemStore.ImportItemAsync(IRandomAccessStreamReference) メソッド

定義

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

".mswallet" XML ファイルからウォレット ストアにデータをインポートします。mswallet" は、ウォレットアイテム情報の XML シリアル化形式です。 ".mswallet" 形式 (および XSD のスキーマへのリンク) のガイドについては、「 クイック スタート: .mswallet ファイルの作成と配布」を参照してください。

public:
 virtual IAsyncOperation<WalletItem ^> ^ ImportItemAsync(IRandomAccessStreamReference ^ stream) = ImportItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<WalletItem> ImportItemAsync(IRandomAccessStreamReference const& stream);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<WalletItem> ImportItemAsync(IRandomAccessStreamReference const& stream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<WalletItem> ImportItemAsync(IRandomAccessStreamReference stream);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<WalletItem> ImportItemAsync(IRandomAccessStreamReference stream);
function importItemAsync(stream)
Public Function ImportItemAsync (stream As IRandomAccessStreamReference) As IAsyncOperation(Of WalletItem)

パラメーター

stream
IRandomAccessStreamReference

インポートする ".mswallet" ファイル。

戻り値

正常に完了すると、ウォレットにインポートされたウォレットアイテムを返す非同期操作。 非同期プログラミングを使用する場合、正常に完了した結果の型は 1 つの WalletItem になります

属性

適用対象

こちらもご覧ください