다음을 통해 공유


VCNMakeTool.ReBuildCommandLine 속성

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

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

구문

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

속성 값

형식: String
Rebuild 명령( 메뉴)에 대해 실행할 명령줄을 가져오거나 설정합니다.

.NET Framework 보안

참고 항목

참조

VCNMakeTool 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스