Share via


VCToolFile.AddCustomBuildRule Method

Adds a custom build rule to the tool file.

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

Syntax

'Declaration
Function AddCustomBuildRule ( _
    Name As String, _
    CommandLine As String, _
    Outputs As String, _
    FileExtensions As String _
) As Object
Object AddCustomBuildRule(
    string Name,
    string CommandLine,
    string Outputs,
    string FileExtensions
)
Object^ AddCustomBuildRule(
    [InAttribute] String^ Name, 
    [InAttribute] String^ CommandLine, 
    [InAttribute] String^ Outputs, 
    [InAttribute] String^ FileExtensions
)
abstract AddCustomBuildRule : 
        Name:string * 
        CommandLine:string * 
        Outputs:string * 
        FileExtensions:string -> Object
function AddCustomBuildRule(
    Name : String, 
    CommandLine : String, 
    Outputs : String, 
    FileExtensions : String
) : Object

Parameters

  • Name
    Type: String

    Name of the build rule

  • CommandLine
    Type: String

    Command line text.

  • Outputs
    Type: String

    Build tool outputs.

  • FileExtensions
    Type: String

    List of file extensions that apply to this build rule.

Return Value

Type: Object
A Build Rule object.

.NET Framework Security

See Also

Reference

VCToolFile Interface

Microsoft.VisualStudio.VCProjectEngine Namespace