VCCodeAttribute::CodeModel Property

 

Gets the VCCodeModel object for the project.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property VCCodeModel^ CodeModel {
	VCCodeModel^ get();
}

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.

Return to top
Show: