Freigeben über


WalletItem.Kind Eigenschaft

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.

Ruft den Typ des Brieftaschenelements ab.

public:
 property WalletItemKind Kind { WalletItemKind get(); };
WalletItemKind Kind();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
WalletItemKind Kind();
public WalletItemKind Kind { get; }
public WalletItemKind Kind { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; }
var walletItemKind = walletItem.kind;
Public ReadOnly Property Kind As WalletItemKind

Eigenschaftswert

Der Typ des Elements als Wert der Enumeration.

Attribute

Gilt für:

Weitere Informationen