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: System.ObjectBuild 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.