WalletVerb(String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
L’espace de noms ApplicationModel.Wallet n’est plus pris en charge et sera bientôt déprécié. Les développeurs sont encouragés à éviter d’utiliser cet espace de noms.
Initialise une nouvelle instance de la classe WalletVerb.
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)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du verbe personnalisé. Définit la valeur de la propriété Name .
- Attributs