다음을 통해 공유


VCCodeUsing.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 개체를 사용하면 프로젝트 수준에서 소스 파일의 코드 요소나 정의에 액세스할 수 있습니다.

.NET Framework 보안

참고 항목

참조

VCCodeUsing 인터페이스

Microsoft.VisualStudio.VCCodeModel 네임스페이스

기타 리소스

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