WalletItemStore.ImportItemAsync(IRandomAccessStreamReference) Metodo

Definizione

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Importa i dati da un file XML ".mswallet" nell'archivio portafogli. mswallet" è un formato di serializzazione XML per le informazioni sull'elemento portafoglio. Per una guida al formato "mswallet" (e un collegamento allo schema in XSD), vedere Guida introduttiva: Creazione e distribuzione di file con estensione 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)

Parametri

stream
IRandomAccessStreamReference

File "mswallet" da importare.

Restituisce

Operazione asincrona che, al termine del completamento, restituisce l'elemento portafoglio importato nel portafoglio. Se si usa la programmazione asincrona, il tipo di risultato al completamento è un singolo WalletItem.

Attributi

Si applica a

Vedi anche