VCNMakeTool.CleanCommandLine Property

Definition

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

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

Property Value

The command line to run for the Clean() command.

Attributes

Applies to