FileDocumentManager Class
Handles the opening and saving of files in the project hierarchy. It is a file-specific implementation of DocumentManager.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Class FileDocumentManager _
Inherits DocumentManager
'使用
Dim instance As FileDocumentManager
[CLSCompliantAttribute(false)]
public class FileDocumentManager : DocumentManager
[CLSCompliantAttribute(false)]
public ref class FileDocumentManager : public DocumentManager
public class FileDocumentManager extends 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.