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
- 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.