다음을 통해 공유


VCNMakeTool.BuildCommandLine 속성

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

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

구문

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

속성 값

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

.NET Framework 보안

참고 항목

참조

VCNMakeTool 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스