VCToolFile.RemoveCustomBuildRule Method

Removes a custom, build rule from the tool file.

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

Syntax

'Declaration
Sub RemoveCustomBuildRule ( _
    CustomBuildRule As Object _
)
void RemoveCustomBuildRule(
    Object CustomBuildRule
)
void RemoveCustomBuildRule(
    [InAttribute] Object^ CustomBuildRule
)
abstract RemoveCustomBuildRule : 
        CustomBuildRule:Object -> unit
function RemoveCustomBuildRule(
    CustomBuildRule : Object
)

Parameters

  • CustomBuildRule
    Type: Object

    Build rule to remove.

.NET Framework Security

See Also

Reference

VCToolFile Interface

Microsoft.VisualStudio.VCProjectEngine Namespace