VCProjectEngine.ToolFileSearchPaths Property

Sets or gets search paths to project tool files.

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

Syntax

'Declaration
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)

Property Value

Type: String
Semi-colon delimited string of paths.

.NET Framework Security

See Also

Reference

VCProjectEngine Interface

Microsoft.VisualStudio.VCProjectEngine Namespace