OAProject.CodeModel Property

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

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace

CodeModel()