VCCustomBuildRule.CommandLine Property

Gets or sets a command line for the build event tool to run.

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

Syntax

'Declaration
Property CommandLine As String
    Get
    Set
string CommandLine { get; set; }
property String^ CommandLine {
    String^ get ();
    void set (String^ value);
}
abstract CommandLine : string with get, set
function get CommandLine () : String
function set CommandLine (value : String)

Property Value

Type: System.String
A command line for the build event tool to run.

Remarks

For more information, see Specifying Build Events.

.NET Framework Security

See Also

Reference

VCCustomBuildRule Interface

Microsoft.VisualStudio.VCProjectEngine Namespace