VCNMakeTool.ReBuildCommandLine Property

Definition

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

public:
 property System::String ^ ReBuildCommandLine { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ReBuildCommandLine { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2)]
public string ReBuildCommandLine { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.ReBuildCommandLine : string with get, set
Public Property ReBuildCommandLine As String

Property Value

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

Attributes

Applies to