VCProjectEngineObjectClass.ToolFiles 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.
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()