IVsFileBackup Interface

 

Implemented by components interested in being backed up.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("7B32BDF9-89D3-4574-B6AC-F2EEE9DEAB18")]
[InterfaceTypeAttribute(1)]
public interface IVsFileBackup

NameDescription
System_CAPS_pubmethodBackupFile(String)

Persists the object to a single file

System_CAPS_pubmethodIsBackupFileObsolete(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.

Return to top
Show: