When implemented in a derived class, gets the CodeModel object for the project.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property CodeModel As CodeModel
'使用
Dim instance As OAProject
Dim value As CodeModel
value = instance.CodeModel
public virtual CodeModel CodeModel { get; }
public:
virtual property CodeModel^ CodeModel {
CodeModel^ get ();
}
public function get CodeModel () : CodeModel
Property Value
Type: CodeModel
The CodeModel object.
Implements
ProjectCodeModel()
Remarks
By default this property returns a null reference (Nothing in Visual Basic).
Permissions
- 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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
CodeModel()