VCCodeMap.CodeModel Property

Definition

Gets the VCCodeModel object for the project.

public:
 property Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ CodeModel { Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ get(); };
public:
 property Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ CodeModel { Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ get(); };
[System.Runtime.InteropServices.DispId(546)]
public Microsoft.VisualStudio.VCCodeModel.VCCodeModel CodeModel { [System.Runtime.InteropServices.DispId(546)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(546)>]
[<get: System.Runtime.InteropServices.DispId(546)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.CodeModel : Microsoft.VisualStudio.VCCodeModel.VCCodeModel
Public ReadOnly Property CodeModel As VCCodeModel

Property Value

A VCCodeModel object.

Attributes

Remarks

The VCCodeModel object gives you project-level access to code elements or definitions in source files.

Applies to