VCProject.ToolFiles Property

Definition

Gets a collection of custom build rule files.

public:
 property Microsoft::VisualStudio::VCProjectEngine::IVCCollection ^ ToolFiles { Microsoft::VisualStudio::VCProjectEngine::IVCCollection ^ get(); };
[System.Runtime.InteropServices.DispId(859)]
public Microsoft.VisualStudio.VCProjectEngine.IVCCollection ToolFiles { [System.Runtime.InteropServices.DispId(859)] get; }
[<System.Runtime.InteropServices.DispId(859)>]
[<get: System.Runtime.InteropServices.DispId(859)>]
member this.ToolFiles : Microsoft.VisualStudio.VCProjectEngine.IVCCollection
Public ReadOnly Property ToolFiles As IVCCollection

Property Value

A collection of custom build rule files associated with the project.

Attributes

Applies to