Compartilhar via


Propriedade VCLinkerTool.toolName

Obtém o nome de ferramenta especificada.

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

Sintaxe

'Declaração
ReadOnly Default Property toolName As String
string this { get; }
property String^ default {
    String^ get ();
}
abstract toolName : string with get
function get toolName () : String

Valor de propriedade

Tipo: String
Uma cadeia de caracteres representando o nome de ferramenta especificada.

Segurança do .NET Framework

Consulte também

Referência

VCLinkerTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine