Compartir a través de


VCRuntimeEnumValue.DisplayName (Propiedad)

Obtiene o establece el nombre completo del objeto.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String
Nombre completo del objeto.

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeEnumValue Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)