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 rules file from the project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub RemoveToolFile ( _
ToolFile As VCToolFile _
)
void RemoveToolFile(
VCToolFile ToolFile
)
void RemoveToolFile(
[InAttribute] VCToolFile^ ToolFile
)
abstract RemoveToolFile :
ToolFile:VCToolFile -> unit
function RemoveToolFile(
ToolFile : VCToolFile
)
Parameters
- ToolFile
Type: Microsoft.VisualStudio.VCProjectEngine.VCToolFile
Required. The custom build rule file 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.