VCProjectEngineObjectClass.ToolFileSearchPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the file path for the tool file locations.
public:
virtual property System::String ^ ToolFileSearchPaths { System::String ^ get(); void set(System::String ^ value); };
public:
virtual property Platform::String ^ ToolFileSearchPaths { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(233)]
public virtual string ToolFileSearchPaths { [System.Runtime.InteropServices.DispId(233)] get; [System.Runtime.InteropServices.DispId(233)] set; }
[<System.Runtime.InteropServices.DispId(233)>]
[<get: System.Runtime.InteropServices.DispId(233)>]
[<set: System.Runtime.InteropServices.DispId(233)>]
member this.ToolFileSearchPaths : string with get, set
Public Overridable Property ToolFileSearchPaths As String
Property Value
A semi-colon delimited list of strings containing the paths to tool files.
Implements
- Attributes
Remarks
Tool files contain custom build rules.
Do not instantiate VCProjectEngineObjectClass
. Instantiate VCProjectEngineObject
instead, as shown below:
Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()