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