Gets the document associated with the item, if one exists.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property Document As Document
'使用
Dim instance As OAProjectItem
Dim value As Document
value = instance.Document
public virtual Document Document { get; }
public:
virtual property Document^ Document {
Document^ get ();
}
public 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.