Implemented by components interested in being backed up.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("7B32BDF9-89D3-4574-B6AC-F2EEE9DEAB18")]
public interface IVsFileBackup
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("7B32BDF9-89D3-4574-B6AC-F2EEE9DEAB18") */
public interface IVsFileBackup
InterfaceTypeAttribute(1)
GuidAttribute("7B32BDF9-89D3-4574-B6AC-F2EEE9DEAB18")
public interface IVsFileBackup
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.