다음을 통해 공유


VCPostBuildEventTool.Description 속성

개체에 대한 설명 또는 출력 그룹의 사용을 나타내는 문자열을 가져오거나 설정합니다.

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

구문

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

속성 값

형식: String
개체에 대한 설명 또는 출력 그룹의 사용입니다.

.NET Framework 보안

참고 항목

참조

VCPostBuildEventTool 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스

기타 리소스

방법: 자동화 개체 모델 코드의 예제 컴파일 및 실행