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
Get
Set
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: System.String
Semi-colon delimited string of paths.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.