Compartir a través de


VCToolFile.Name (Propiedad)

Obtiene o establece el nombre del archivo de herramienta.

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: System.String
Cadena que contiene el nombre del archivo de herramienta.

Seguridad de .NET Framework

Vea también

Referencia

VCToolFile Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)