VCNMakeTool.BuildCommandLine Property

Gets or sets the command line to run for the Build command (Build menu).

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

Syntax

'Declaration
Property BuildCommandLine As String
'Usage
Dim instance As VCNMakeTool 
Dim value As String 

value = instance.BuildCommandLine

instance.BuildCommandLine = value
string BuildCommandLine { get; set; }
property String^ BuildCommandLine {
    String^ get ();
    void set (String^ value);
}
function get BuildCommandLine () : String 
function set BuildCommandLine (value : String)

Property Value

Type: System.String
The command line to run for the Build command.

.NET Framework Security

See Also

Reference

VCNMakeTool Interface

VCNMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace