VCToolFile::CustomBuildRules Property

 

Gets the custom build rules for the project.

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

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

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine::IVCCollection^

A collection of custom build rules.

Return to top
Show: