IVsNewDocumentStateContext Interface

 

Deterministically restores the document state at a specific point in time.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("44DD5120-6DFB-4590-A5CB-1066114996CA")]
public interface IVsNewDocumentStateContext

NameDescription
System_CAPS_pubmethodRestore()

Restores NewDocumentState to the value it had before this context was created by SetNewDocumentState. This method is implicitly called on final release of the interface.

Return to top
Show: