다음을 통해 공유


VCCodeAttribute.CodeModel 속성

프로젝트의 VCCodeModel 개체를 가져옵니다.

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

구문

‘선언
ReadOnly Property CodeModel As VCCodeModel
VCCodeModel CodeModel { get; }
property VCCodeModel^ CodeModel {
    VCCodeModel^ get ();
}
abstract CodeModel : VCCodeModel with get
function get CodeModel () : VCCodeModel

속성 값

형식: Microsoft.VisualStudio.VCCodeModel.VCCodeModel
특성 프로젝트의 코드 모델을 나타내는 VCCodeModel 개체입니다.

설명

VCCodeModel 개체에 액세스할 수 프로젝트 수준 Visual C++ 코드 요소가 Visual C++ 또는 소스 파일에서 정의 되도록 합니다.

.NET Framework 보안

참고 항목

참조

VCCodeAttribute 인터페이스

Microsoft.VisualStudio.VCCodeModel 네임스페이스

기타 리소스

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