Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: 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.