Condividi tramite


Proprietà VCProjectEngine.ToolFileSearchPaths

Imposta o ottiene percorsi di ricerca per proiettare il file degli strumenti.

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

Sintassi

'Dichiarazione
Property ToolFileSearchPaths As String
string ToolFileSearchPaths { get; set; }
property String^ ToolFileSearchPaths {
    String^ get ();
    void set (String^ value);
}
abstract ToolFileSearchPaths : string with get, set
function get ToolFileSearchPaths () : String
function set ToolFileSearchPaths (value : String)

Valore proprietà

Tipo: System.String
Stringa delimitata da punto e virgola contenente percorsi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCProjectEngine Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine