VCNMakeTool.ReBuildCommandLine Property

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

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

Syntax

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

value = instance.ReBuildCommandLine

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

Property Value

Type: System.String
Gets or sets the command line to run for the Rebuild command.

.NET Framework Security

See Also

Reference

VCNMakeTool Interface

VCNMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace