VCNMakeTool.CleanCommandLine 属性

定义

获取或设置要为 Clean() 命令 (菜单) 运行的命令行 Build()

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

属性值

String

要为命令运行的命令行 Clean()

属性

适用于