VCProject.AddToolFile Method

Adds a custom build rule file to a project.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Sub AddToolFile ( _
    ToolFile As VCToolFile _
)
void AddToolFile(
    VCToolFile ToolFile
)
void AddToolFile(
    [InAttribute] VCToolFile^ ToolFile
)
abstract AddToolFile : 
        ToolFile:VCToolFile -> unit
function AddToolFile(
    ToolFile : VCToolFile
)

Parameters

.NET Framework Security

See Also

Reference

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine Namespace