ConstructorArgumentAttribute.ArgumentName Propiedad

Definición

Obtiene el parámetro de nombre del constructor que inicializará la propiedad asociada.

public:
 property System::String ^ ArgumentName { System::String ^ get(); };
public string ArgumentName { get; }
member this.ArgumentName : string
Public ReadOnly Property ArgumentName As String

Valor de propiedad

Nombre del constructor. Suponiendo el respaldo de CLR, corresponde a la propiedad Name del parámetro de constructor relevante.

Se aplica a