Condividi tramite


Proprietà VCToolFile.Path

Ottiene il percorso del file degli strumenti.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
ReadOnly Property Path As String
string Path { get; }
property String^ Path {
    String^ get ();
}
abstract Path : string with get
function get Path () : String

Valore proprietà

Tipo: System.String
Stringa contenente il percorso del file degli strumenti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCToolFile Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine