IVsPersistDocData Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the IVsPersistDocData object. |
![]() | GetGuidEditorType(Guid) | Returns the unique identifier of the editor factory that created the IVsPersistDocData object. |
![]() | IsDocDataDirty(Int32) | Determines whether the document data has changed since the last save. |
![]() | IsDocDataReloadable(Int32) | Determines whether the document data can be reloaded. |
![]() | LoadDocData(String^) | Loads the document data from a given MkDocument. |
![]() | OnRegisterDocData(UInt32, IVsHierarchy^, UInt32) | Called by the Running Document Table (RDT) when it registers the document data in the RDT. |
![]() | ReloadDocData(UInt32) | Reloads the document data and in the process determines whether to ignore a subsequent file change. |
![]() | RenameDocData(UInt32, IVsHierarchy^, UInt32, String^) | Renames the document data. |
![]() | SaveDocData(VSSAVEFLAGS, String^, Int32) | Saves the document data. |
![]() | SetUntitledDocPath(String^) | Sets the initial name (or path) for unsaved, newly created document data. |
Show:
