VCProjectEngine.ToolFiles Property

Definition

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

Applies to