VCProject.RemoveToolFile Method
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.VCToolFileRequired. 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.