Gets the document manager for this node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overridable Function GetDocumentManager As DocumentManager
'使用
Dim returnValue As DocumentManager
returnValue = Me.GetDocumentManager()
protected internal virtual DocumentManager GetDocumentManager()
protected public:
virtual DocumentManager^ GetDocumentManager()
protected internal function GetDocumentManager() : DocumentManager
Return Value
Type: Microsoft.VisualStudio.Package.DocumentManager
By default, returns a null reference (Nothing in Visual Basic).
Remarks
This method should be overridden for subclasses that represent documents. For an example of an overridden method, see [M:Microosft.VisualStudio.Package.FileNode.GetDocumentManager(]).
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.