Condividi tramite


Proprietà IVCBuildOptionsPage.ToolFileSearchPaths

Specifica l'elenco delle directory che contengono i file TOOL, che aiutano a definire le impostazioni di compilazione dei progetti.

Spazio dei nomi:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.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: String
L'elenco delle directory contenenti file .TOOL.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVCBuildOptionsPage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProject