Gets the document that this file item represents.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides ReadOnly Property Document As Document
'使用
Dim instance As OAFileItem
Dim value As Document
value = instance.Document
public override Document Document { get; }
public:
virtual property Document^ Document {
Document^ get () override;
}
public override function get Document () : Document
Property Value
Type: Document
Document.
Implements
ProjectItemDocument()
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.