使用英语阅读

通过


VCCodeMapEntry.CodeModel Property

Gets the VCCodeModel object for the project.

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

Syntax

VCCodeModel CodeModel { get; }

Property Value

Type: Microsoft.VisualStudio.VCCodeModel.VCCodeModel
A VCCodeModel object.

Remarks

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

.NET Framework Security

See Also

Reference

VCCodeMapEntry Interface

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples