Freigeben über


WalletVerb(String) Konstruktor

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.

Initialisiert eine neue instance der WalletVerb-Klasse.

public:
 WalletVerb(Platform::String ^ name);
 WalletVerb(winrt::hstring const& name);
/// [Windows.Foundation.Metadata.Deprecated("IWalletVerbFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
 WalletVerb(winrt::hstring const& name);
public WalletVerb(string name);
[Windows.Foundation.Metadata.Deprecated("IWalletVerbFactory is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public WalletVerb(string name);
function WalletVerb(name)
Public Sub New (name As String)

Parameter

name
String

Platform::String

winrt::hstring

Der Name des benutzerdefinierten Verbs. Legt den Wert der Name-Eigenschaft fest.

Attribute

Gilt für: