DocumentManager Members

Include Protected Members
Include Inherited Members

Abstract class that handles the opening and saving of items.

The DocumentManager type exposes the following members.

Constructors

  Name Description
Public method DocumentManager Initializes a new instance of a DocumentManager for the given node.

Top

Methods

  Name Description
Public method Close Closes an open document window.
Protected method CloseWindowFrame Closes the window frame.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetFullPathForDocument Gets the full path of the document.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetOwnerCaption Gets the caption belonging to the root node.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Open When overridden in a derived class, opens a document using the standard editor.
Public method OpenWithSpecific When overridden in a derived class, opens a document using the given editor.
Public methodStatic member RenameDocument Renames a document in the running document table.
Public method Save Silently saves an open document.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public methodStatic member UpdateCaption Updates the captions of all the windows associated with the document.

Top

Properties

  Name Description
Protected property Node Gets the node used to create the manager.

Top

See Also

Reference

DocumentManager Class

Microsoft.VisualStudio.Package Namespace