VCProjectEngine.ToolFileSearchPaths Property

Sets or gets search paths to project tiil files.

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

Syntax

Property ToolFileSearchPaths As String

Dim instance As VCProjectEngine
Dim value As String

value = instance.ToolFileSearchPaths

instance.ToolFileSearchPaths = value
string ToolFileSearchPaths { get; set; }
property String^ ToolFileSearchPaths {
    String^ get ();
    void set (String^ value);
}
function get ToolFileSearchPaths () : String
function set ToolFileSearchPaths (value : String)

Property Value

Type: System.String

Semi-colon delimited string of paths.

Permissions

See Also

Reference

VCProjectEngine Interface

VCProjectEngine Members

Microsoft.VisualStudio.VCProjectEngine Namespace