VCProject::ToolFiles Property

 

Gets a collection of custom build rule files.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property IVCCollection^ ToolFiles {
	IVCCollection^ get();
}

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine::IVCCollection^

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

Return to top
Show: