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

Permissions

See Also

Reference

VCProject Interface

VCProject Members

Microsoft.VisualStudio.VCProjectEngine Namespace