Anteckning
Å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 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.