WalletVerb(String) Constructor

Definition

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Initializes a new instance of the WalletVerb class.

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)

Parameters

name
String

Platform::String

winrt::hstring

The name of the custom verb. Sets the value of the Name property.

Attributes

Applies to