InterpolatedStringHandlerArgumentAttribute Constructeurs
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.
Surcharges
InterpolatedStringHandlerArgumentAttribute(String) |
Initialise une nouvelle instance de la classe InterpolatedStringHandlerArgumentAttribute. |
InterpolatedStringHandlerArgumentAttribute(String[]) |
Initialise une nouvelle instance de la classe InterpolatedStringHandlerArgumentAttribute. |
InterpolatedStringHandlerArgumentAttribute(String)
Initialise une nouvelle instance de la classe InterpolatedStringHandlerArgumentAttribute.
public:
InterpolatedStringHandlerArgumentAttribute(System::String ^ argument);
public InterpolatedStringHandlerArgumentAttribute (string argument);
new System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute : string -> System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute
Public Sub New (argument As String)
Paramètres
- argument
- String
Nom de l’argument qui doit être passé au gestionnaire.
Remarques
La chaîne vide peut être utilisée comme nom du récepteur dans une méthode instance.
S’applique à
InterpolatedStringHandlerArgumentAttribute(String[])
Initialise une nouvelle instance de la classe InterpolatedStringHandlerArgumentAttribute.
public:
InterpolatedStringHandlerArgumentAttribute(... cli::array <System::String ^> ^ arguments);
public InterpolatedStringHandlerArgumentAttribute (params string[] arguments);
new System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute : string[] -> System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute
Public Sub New (ParamArray arguments As String())
Paramètres
- arguments
- String[]
Noms des arguments qui doivent être passés au gestionnaire.
Remarques
La chaîne vide peut être utilisée comme nom du récepteur dans une méthode instance.