VCProjectEngineObjectClass.ToolFiles Property

Definition

Returns the tool files collection.

public:
 virtual property System::Object ^ ToolFiles { System::Object ^ get(); };
public:
 virtual property Platform::Object ^ ToolFiles { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(228)]
public virtual object ToolFiles { [System.Runtime.InteropServices.DispId(228)] get; }
[<System.Runtime.InteropServices.DispId(228)>]
[<get: System.Runtime.InteropServices.DispId(228)>]
member this.ToolFiles : obj
Public Overridable ReadOnly Property ToolFiles As Object

Property Value

Collection of tool files objects.

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