InterpolatedStringHandlerArgumentAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
InterpolatedStringHandlerArgumentAttribute(String) |
Inicjuje nowe wystąpienie klasy InterpolatedStringHandlerArgumentAttribute. |
InterpolatedStringHandlerArgumentAttribute(String[]) |
Inicjuje nowe wystąpienie klasy InterpolatedStringHandlerArgumentAttribute. |
InterpolatedStringHandlerArgumentAttribute(String)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- argument
- String
Nazwa argumentu, który powinien zostać przekazany do procedury obsługi.
Uwagi
Pusty ciąg może być używany jako nazwa odbiorcy w metodzie wystąpienia.
Dotyczy
InterpolatedStringHandlerArgumentAttribute(String[])
Inicjuje nowe wystąpienie klasy 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())
Parametry
- arguments
- String[]
Nazwy argumentów, które powinny zostać przekazane do procedury obsługi.
Uwagi
Pusty ciąg może być używany jako nazwa odbiorcy w metodzie wystąpienia.