IVsFileBackup Interface
Visual Studio 2015
Implemented by components interested in being backed up.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | BackupFile(String) | Persists the object to a single file |
![]() | IsBackupFileObsolete(Int32) | Sets a backup dirty bit. |
IVsFileBackup should be supported by components interested in being backed up. Visual Studio File Recovery backs up all objects in the Running Document Table that support IVsFileBackup and have unsaved changes.
Show:
