IVsPersistDocData2 Members
Include Protected Members
Include Inherited Members
Enables persistence functionality for document data managed by the text buffer.
The IVsPersistDocData2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Closes the IVsPersistDocData object. (Inherited from IVsPersistDocData.) | |
Close() | Closes the IVsPersistDocData2 object. | |
GetGuidEditorType | Returns the unique identifier of the editor factory that created the IVsPersistDocData object. (Inherited from IVsPersistDocData.) | |
GetGuidEditorType(Guid%) | Returns the unique identifier of the editor factory that created the IVsPersistDocData2 object. | |
IsDocDataDirty | Determines whether the document data has changed since the last save. (Inherited from IVsPersistDocData.) | |
IsDocDataDirty(Int32%) | Determines whether the document data has changed since the last save. | |
IsDocDataReadOnly | Determines whether the document data is read-only. | |
IsDocDataReloadable | Determines whether the document data can be reloaded. (Inherited from IVsPersistDocData.) | |
IsDocDataReloadable(Int32%) | Determines whether the document data can be reloaded. | |
LoadDocData | Loads the document data from a given MkDocument. (Inherited from IVsPersistDocData.) | |
LoadDocData(String) | Loads the document data from a given MkDocument. | |
OnRegisterDocData | Called by the Running Document Table (RDT) when it registers the document data in the RDT. (Inherited from IVsPersistDocData.) | |
OnRegisterDocData(UInt32, IVsHierarchy, UInt32) | Called by the Running Document Table (RDT) when it registers the document data in the RDT. | |
ReloadDocData | Reloads the document data and in the process determines whether to ignore a subsequent file change. (Inherited from IVsPersistDocData.) | |
ReloadDocData(UInt32) | Reloads the document data and in the process determines whether to ignore a subsequent file change. | |
RenameDocData | Renames the document data. (Inherited from IVsPersistDocData.) | |
RenameDocData(UInt32, IVsHierarchy, UInt32, String) | Renames the document data. | |
SaveDocData | Saves the document data. (Inherited from IVsPersistDocData.) | |
SaveDocData(VSSAVEFLAGS, String%, Int32%) | Saves the document data. | |
SetDocDataDirty | Sets the IsDirty flag to true. | |
SetDocDataReadOnly | Sets the Read-Only flag to true. | |
SetUntitledDocPath | Sets the initial name (or path) for unsaved, newly created document data. (Inherited from IVsPersistDocData.) | |
SetUntitledDocPath(String) | Sets the initial name (or path) for unsaved, newly created document data. |
Top