VCProject.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 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