VCCodeIDLImportLib.CodeModel Property
Gets the VCCodeModel object for the project.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
声明
ReadOnly Property CodeModel As VCCodeModel
Get
VCCodeModel CodeModel { get; }
property VCCodeModel^ CodeModel {
VCCodeModel^ get ();
}
abstract CodeModel : VCCodeModel
function get CodeModel () : VCCodeModel
Type: Microsoft.VisualStudio.VCCodeModel.VCCodeModel
A VCCodeModel object.
The VCCodeModel object gives you project-level access to code elements or definitions in source files.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Microsoft.VisualStudio.VCCodeModel Namespace
How to: Compile and Run the Automation Object Model Code Examples