SubordinateDocData Members
Include Protected Members
Include Inherited Members
The SubordinateDocData type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
(Inherited from DocData.)
Verifies whether the user can cancel the save operation. (Inherited from DocData.)
Closes the document. (Inherited from DocData.)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Not currently implemented. (Inherited from DocData.)
Releases the unmanaged resources used by the DocData and optionally releases the managed resources. (Inherited from DocData.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Notifies clients that one or more documents changed. (Inherited from DocData.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Clears the UndoManager. (Inherited from DocData.)
Gets the GUID of the editor factory that created the document. (Inherited from DocData.)
Gets the file name of the document. (Inherited from DocData.)
Gets the document data from a buffer. (Inherited from DocData.)
Gets the list of supported document formats. (Inherited from DocData.)
Gets the GUID of the editor factory that created the IVsPersistDocData object. (Inherited from DocData.)
Serves as a hash function for a particular type. (Inherited from Object.)
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Gets the type of the current instance. (Inherited from Object.)
Manages any exceptions that were thrown when the document was loading. (Inherited from DocData.)
Manages any exceptions that were thrown when the document was saving. (Inherited from DocData.)
Determines whether changes to the document should be ignored. (Inherited from DocData.)
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Initializes the document. (Inherited from DocData.)
Verifies whether the document changed after the most recent save operation. (Inherited from DocData.)
(Overrides DocData.IsDocDataDirty(Int32%).)
Verifies whether the document is read-only. (Inherited from DocData.)
Verifies whether the document can be reloaded. (Inherited from DocData.)
Overloaded.
Overloaded. Loads the document by using its file name.
(Inherited from DocData.)
Overloaded.
Alerts listeners that the document was closed. (Inherited from DocData.)
Alerts listeners that the document will be closed. (Inherited from DocData.)
Alerts listeners that the document is loaded. (Inherited from DocData.)
Alerts listeners that the document will be loaded. (Inherited from DocData.)
Alerts listeners that the read-only state of the document has changed. (Inherited from DocData.)
Alerts listeners that the document has been reloaded. (Inherited from DocData.)
Alerts listeners that the document will be reloaded. (Inherited from DocData.)
Alerts listeners that the document has been saved. (Inherited from DocData.)
Alerts listeners that the document will be saved. (Inherited from DocData.)
Alerts listeners that the file name of the document has changed. (Inherited from DocData.)
Alerts listeners that the Item ID that is assigned to the document has changed. (Inherited from DocData.)
Assigns the document to a cookie and project hierarchy. (Inherited from DocData.)
Opens a specific view for the document. (Inherited from DocData.)
Overloaded. Alerts listeners that a document is about to be edited.
Overloaded. Alerts listeners that a file is about to be saved.
Reloads the document. (Inherited from DocData.)
Reloads the document. (Inherited from DocData.)
Renames a document and resets its position in the hierarchy. (Inherited from DocData.)
Resumes the distribution of document-change notifications for the document. (Inherited from DocData.)
Overloaded.
Alerts listeners that the document has been saved. (Inherited from DocData.)
Saves the document to a specific location. (Inherited from DocData.)
(Inherited from DocData.)
Sets the document to a buffer. (Inherited from DocData.)
Sets the document's IsDirty flag. (Inherited from DocData.)
Sets the document's read-only flag. (Inherited from DocData.)
Initializes or changes the file name for the document. (Inherited from DocData.)
Initializes or changes the project hierarchy for the document. (Inherited from DocData.)
Currently not implemented. (Inherited from DocData.)
Shows a dialog box from which the user can specify additional options for save formats. (Inherited from DocData.)
Suspends the distribution of document-change notifications for the document. (Inherited from DocData.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the cookie that identifies the document in the Running Documents table. (Inherited from DocData.)
Gets the collection of document views that are open for the document. (Inherited from DocData.)
Gets or sets the encoding that persists the document. (Inherited from DocData.)
Gets the file name of the document. (Inherited from DocData.)
(Overrides DocData.FormatList.)
Gets the project hierarchy to which the document belongs. (Inherited from DocData.)
(Inherited from DocData.)
Gets the document and verifies whether it is loaded. (Inherited from DocData.)
Gets the Item ID that is assigned to the document. (Inherited from DocData.)
Gets the service provider from the shell. (Inherited from DocData.)
Gets the UndoManager interface for the document. (Inherited from DocData.)
Gets the document and verifies whether more than one document is sharing the same UndoManager interface. (Inherited from DocData.)
Gets the UndoManager interface. (Inherited from DocData.)
Top
Events
Name
Description
Occurs after the document is closed. (Inherited from DocData.)
Occurs before the document is closed. (Inherited from DocData.)
Occurs after the document has been loaded in the modeling window. (Inherited from DocData.)
Occurs before the document is loaded in the modeling window. (Inherited from DocData.)
Occurs when the read-only flag for the document changes. (Inherited from DocData.)
Occurs after the document is reloaded. (Inherited from DocData.)
Occurs before the document is reloaded. (Inherited from DocData.)
Occurs after the document is saved. (Inherited from DocData.)
Occurs before the document is saved. (Inherited from DocData.)
Occurs when the document's file name changes. (Inherited from DocData.)
Occurs when the document's hierarchy or Item ID changes. (Inherited from DocData.)
Top
Explicit Interface Implementations
Name
Description
(Inherited from DocData.)
Releases all resources used by the current instance of the DocData class. (Inherited from DocData.)
(Inherited from DocData.)
IVsFileBackup.IsBackupFileObsolete
(Inherited from DocData.)
Top