Abstract class that handles the opening and saving of items.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public MustInherit Class DocumentManager
'使用
Dim instance As DocumentManager
[CLSCompliantAttribute(false)]
public abstract class DocumentManager
[CLSCompliantAttribute(false)]
public ref class DocumentManager abstract
public abstract class DocumentManager
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.DocumentManager
Microsoft.VisualStudio.Package.FileDocumentManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.