VCProjectEngineObjectClass.ToolFileSearchPaths Property

Definition

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()  

Applies to