VCToolFile::RemoveCustomBuildRule Method (Object^)

 

Removes a custom, build rule from the tool file.

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

void RemoveCustomBuildRule(
	Object^ CustomBuildRule
)

Parameters

CustomBuildRule
Type: System::Object^

Build rule to remove.

Return to top
Show: