InterpolatedStringHandlerArgumentAttribute Constructors

Definitie

Overloads

InterpolatedStringHandlerArgumentAttribute(String)

Bron:
InterpolatedStringHandlerArgumentAttribute.cs
Bron:
InterpolatedStringHandlerArgumentAttribute.cs
Bron:
InterpolatedStringHandlerArgumentAttribute.cs
Bron:
InterpolatedStringHandlerArgumentAttribute.cs
Bron:
InterpolatedStringHandlerArgumentAttribute.cs

Initialiseert een nieuw exemplaar van de InterpolatedStringHandlerArgumentAttribute klasse.

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)

Parameters

argument
String

De naam van het argument dat moet worden doorgegeven aan de handler.

Opmerkingen

De lege tekenreeks kan worden gebruikt als de naam van de ontvanger in een instantiemethode.

Van toepassing op

InterpolatedStringHandlerArgumentAttribute(String[])

Bron:
InterpolatedStringHandlerArgumentAttribute.cs
Bron:
InterpolatedStringHandlerArgumentAttribute.cs
Bron:
InterpolatedStringHandlerArgumentAttribute.cs
Bron:
InterpolatedStringHandlerArgumentAttribute.cs
Bron:
InterpolatedStringHandlerArgumentAttribute.cs

Initialiseert een nieuw exemplaar van de InterpolatedStringHandlerArgumentAttribute klasse.

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())

Parameters

arguments
String[]

De namen van de argumenten die moeten worden doorgegeven aan de handler.

Opmerkingen

De lege tekenreeks kan worden gebruikt als de naam van de ontvanger in een instantiemethode.

Van toepassing op