Compartir a través de


VCRuntimeEnumProperty.Name (Propiedad)

Obtiene o establece el nombre del objeto VCRuntimeEnumProperty.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String 
function set Name (value : String)

Valor de propiedad

Tipo: String
Nombre del objeto VCRuntimeEnumProperty.

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeEnumProperty Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)