VCCodeAttribute.CodeModel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(546)>]
[<get: System.Runtime.InteropServices.DispId(546)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.CodeModel : Microsoft.VisualStudio.VCCodeModel.VCCodeModel
Public ReadOnly Property CodeModel As VCCodeModel
Property Value
A VCCodeModel object representing the code model for the attribute's project.
- Attributes
Remarks
The VCCodeModel object gives you project-level access to Visual C++ code elements that are specific to Visual C++ or access to definitions in source files.