Initializes a new instance of [FileDocumentManager] for a given file node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
node As FileNode _
)
'使用
Dim node As FileNode
Dim instance As New FileDocumentManager(node)
public FileDocumentManager(
FileNode node
)
public:
FileDocumentManager(
FileNode^ node
)
public function FileDocumentManager(
node : FileNode
)
Parameters
node
Type: Microsoft.VisualStudio.Package.FileNodeThe file node that this [FileDocumentManager] should handle.
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.