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
声明
Sub RemoveToolFile ( _
ToolFile As VCToolFile _
)
用法
Dim instance As VCProject
Dim ToolFile As VCToolFile
instance.RemoveToolFile(ToolFile)
void RemoveToolFile(
VCToolFile ToolFile
)
void RemoveToolFile(
[InAttribute] VCToolFile^ ToolFile
)
function RemoveToolFile(
ToolFile : VCToolFile
)
Parameters
ToolFile
Type: Microsoft.VisualStudio.VCProjectEngine.VCToolFileRequired. The custom build rule file to remove.
Permissions
- 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.