OAProjectItem<T>.FileCodeModel Property

Gets the file code model for the item, if one exists.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property FileCodeModel As FileCodeModel
'使用
Dim instance As OAProjectItem
Dim value As FileCodeModel

value = instance.FileCodeModel
public virtual FileCodeModel FileCodeModel { get; }
public:
virtual property FileCodeModel^ FileCodeModel {
    FileCodeModel^ get ();
}
public function get FileCodeModel () : FileCodeModel

Property Value

Type: FileCodeModel

When implemented in derived classes, the FileCodeModel representing the root of the code model for this item.

Implements

ProjectItemFileCodeModel()

Remarks

By default returns a null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

OAProjectItem<T> Class

OAProjectItem<T> Members

Microsoft.VisualStudio.Package.Automation Namespace