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 _
)
用法
Dim instance As VCToolFile
Dim CustomBuildRule As Object
instance.RemoveCustomBuildRule(CustomBuildRule)
void RemoveCustomBuildRule(
Object CustomBuildRule
)
void RemoveCustomBuildRule(
[InAttribute] Object^ CustomBuildRule
)
function RemoveCustomBuildRule(
CustomBuildRule : Object
)
Parameters
CustomBuildRule
Type: System.ObjectBuild rule to remove.
Permissions
- 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.