Compartilhar via


Propriedade VCToolFile.Name

Define ou obtém o nome do arquivo de ferramenta.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
A seqüência de caracteres que contém o nome de arquivo da ferramenta.

Segurança do .NET Framework

Consulte também

Referência

VCToolFile Interface

Namespace Microsoft.VisualStudio.VCProjectEngine