다음을 통해 공유


VCNMakeTool.CleanCommandLine 속성

Clean 명령(Build 메뉴)에 대해 실행할 명령줄을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.VCProjectEngine
어셈블리:  Microsoft.VisualStudio.VCProjectEngine(Microsoft.VisualStudio.VCProjectEngine.dll)

구문

‘선언
Property CleanCommandLine As String
string CleanCommandLine { get; set; }
property String^ CleanCommandLine {
    String^ get ();
    void set (String^ value);
}
abstract CleanCommandLine : string with get, set
function get CleanCommandLine () : String 
function set CleanCommandLine (value : String)

속성 값

형식: String
Clean 명령에 대해 실행할 명령줄입니다.

.NET Framework 보안

참고 항목

참조

VCNMakeTool 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스