VCProjectEngineObjectClass.ToolFileSearchPaths Property
Gets or sets the file path for the tool file locations.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Déclaration
Public Overridable Property ToolFileSearchPaths As String
Get
Set
public virtual string ToolFileSearchPaths { get; set; }
public:
virtual property String^ ToolFileSearchPaths {
String^ get ();
void set (String^ value);
}
abstract ToolFileSearchPaths : string with get, set
override ToolFileSearchPaths : string with get, set
function get ToolFileSearchPaths () : String
function set ToolFileSearchPaths (value : String)
Property Value
Type: System.String
A semi-colon delimited list of strings containing the paths to tool files.
Implements
VCProjectEngine.ToolFileSearchPaths
Remarks
Tool files contain custom build rules.
Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:
Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()
.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.