Freigeben über


WalletItemStore.ImportItemAsync(IRandomAccessStreamReference) Methode

Definition

Achtung

Der ApplicationModel.Wallet-Namespace wird nicht mehr unterstützt und wird bald veraltet sein. Entwickler werden empfohlen, die Verwendung dieses Namespaces zu vermeiden.

Importiert Daten aus einer ".mswallet"-XML-Datei in den Brieftaschenspeicher." mswallet" ist ein XML-Serialisierungsformat für Informationen zu Brieftaschenelementen. Eine Anleitung zum Format ".mswallet" (und einen Link zum Schema in XSD) finden Sie unter Schnellstart: Erstellen und Verteilen von MSWALLET-Dateien.

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)

Parameter

stream
IRandomAccessStreamReference

Die zu importierende Datei ".mswallet".

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss das Brieftaschenelement zurückgibt, das in die Brieftasche importiert wurde. Wenn Sie die asynchrone Programmierung verwenden, ist der Ergebnistyp bei erfolgreichem Abschluss ein einzelnes WalletItem.If you use Asynchronous programming, the result type on successful completion is a single WalletItem.

Attribute

Gilt für:

Weitere Informationen