IVsPersistDocData2 Methods

Include Protected Members
Include Inherited Members

The IVsPersistDocData2 type exposes the following members.

Methods

  Name Description
Public method Close Closes the IVsPersistDocData2 object.
Public method GetGuidEditorType Returns the unique identifier of the editor factory that created the IVsPersistDocData2 object.
Public method IsDocDataDirty Determines whether the document data has changed since the last save.
Public method IsDocDataReadOnly Determines whether the document data is read-only.
Public method IsDocDataReloadable Determines whether the document data can be reloaded.
Public method LoadDocData Loads the document data from a given MkDocument.
Public method OnRegisterDocData Called by the Running Document Table (RDT) when it registers the document data in the RDT.
Public method ReloadDocData Reloads the document data and in the process determines whether to ignore a subsequent file change.
Public method RenameDocData Renames the document data.
Public method SaveDocData Saves the document data.
Public method SetDocDataDirty Sets the IsDirty flag to true.
Public method SetDocDataReadOnly Sets the Read-Only flag to true.
Public method SetUntitledDocPath Sets the initial name (or path) for unsaved, newly created document data.

Top

See Also

Reference

IVsPersistDocData2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace