Freigeben über


WalletItemStore.GetItemsAsync Methode

Definition

Überlädt

GetItemsAsync()

Achtung

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

Gibt die Sammlung aller Brieftaschenelemente im Besitz dieser App zurück.

GetItemsAsync(WalletItemKind)

Achtung

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

Gibt die Sammlung von Brieftaschenelementen des angegebenen Typs zurück, die sich im Besitz dieser App befinden.

GetItemsAsync()

Achtung

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

Gibt die Sammlung aller Brieftaschenelemente im Besitz dieser App zurück.

public:
 virtual IAsyncOperation<IVectorView<WalletItem ^> ^> ^ GetItemsAsync() = GetItemsAsync;
/// [Windows.Foundation.Metadata.Overload("GetItemsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<WalletItem>> GetItemsAsync();
/// [Windows.Foundation.Metadata.Overload("GetItemsAsync")]
/// [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<IVectorView<WalletItem>> GetItemsAsync();
[Windows.Foundation.Metadata.Overload("GetItemsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<WalletItem>> GetItemsAsync();
[Windows.Foundation.Metadata.Overload("GetItemsAsync")]
[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<IReadOnlyList<WalletItem>> GetItemsAsync();
function getItemsAsync()
Public Function GetItemsAsync () As IAsyncOperation(Of IReadOnlyList(Of WalletItem))

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss die Sammlung von Brieftaschenelementen zurückgibt, auf die diese App zugreifen kann. Wenn Sie die asynchrone Programmierung verwenden, ist der Ergebnistyp eine schreibgeschützte Liste bzw. ein schreibgeschützter Vektor von WalletItem-Elementen . (Sie können APIs von IVectorView<WalletItem> für C++ oder JavaScript, APIs von IReadOnlyList für .NET verwenden.)

Attribute

Weitere Informationen

Gilt für:

GetItemsAsync(WalletItemKind)

Achtung

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

Gibt die Sammlung von Brieftaschenelementen des angegebenen Typs zurück, die sich im Besitz dieser App befinden.

public:
 virtual IAsyncOperation<IVectorView<WalletItem ^> ^> ^ GetItemsAsync(WalletItemKind kind) = GetItemsAsync;
/// [Windows.Foundation.Metadata.Overload("GetItemsWithKindAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<WalletItem>> GetItemsAsync(WalletItemKind const& kind);
/// [Windows.Foundation.Metadata.Overload("GetItemsWithKindAsync")]
/// [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<IVectorView<WalletItem>> GetItemsAsync(WalletItemKind const& kind);
[Windows.Foundation.Metadata.Overload("GetItemsWithKindAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<WalletItem>> GetItemsAsync(WalletItemKind kind);
[Windows.Foundation.Metadata.Overload("GetItemsWithKindAsync")]
[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<IReadOnlyList<WalletItem>> GetItemsAsync(WalletItemKind kind);
function getItemsAsync(kind)
Public Function GetItemsAsync (kind As WalletItemKind) As IAsyncOperation(Of IReadOnlyList(Of WalletItem))

Parameter

kind
WalletItemKind

Der Typ des abzurufenden Brieftaschenelements.

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss die Sammlung von Brieftaschenelementen des angegebenen Typs zurückgibt, auf die diese App zugreifen kann. Wenn Sie die asynchrone Programmierung verwenden, ist der Ergebnistyp eine schreibgeschützte Liste bzw. ein schreibgeschützter Vektor von WalletItem-Elementen . (Sie können APIs von IVectorView<WalletItem> für C++ oder JavaScript, APIs von IReadOnlyList für .NET verwenden.)

Attribute

Gilt für: