Removes a custom, build rule from the tool file.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
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: System.Object
 Build rule to remove.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.