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

声明
Property BuildCommandLine As String
用法
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.

Permissions

See Also

Reference

VCNMakeTool Interface

VCNMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace