VCProjectEngine.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.
Gets all tool files available in the project.
public:
property System::Object ^ ToolFiles { System::Object ^ get(); };
public:
property Platform::Object ^ ToolFiles { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(228)]
public object ToolFiles { [System.Runtime.InteropServices.DispId(228)] get; }
[<System.Runtime.InteropServices.DispId(228)>]
[<get: System.Runtime.InteropServices.DispId(228)>]
member this.ToolFiles : obj
Public ReadOnly Property ToolFiles As Object
Property Value
A collection of tool files.
- Attributes