VCCodeAttribute::CodeModel Property
Visual Studio 2015
Gets the VCCodeModel object for the project.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Property Value
Type: Microsoft.VisualStudio.VCCodeModel::VCCodeModel^A VCCodeModel object representing the code model for the attribute's project.
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.
Show: