VCCodeBase::CodeModel Property

 

Gets the VCCodeModel for the project.

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

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

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

Return to top
Show: