Compartir a través de


VCFileConfiguration.Name (Propiedad)

Obtiene o establece el nombre del objeto.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String
Nombre del objeto.

Seguridad de .NET Framework

Vea también

Referencia

VCFileConfiguration Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)

Otros recursos

Cómo: Compilar y ejecutar los ejemplos de código del modelo de objetos de automatización