Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.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.