IVsHierarchyManipulationStateContext Interface

 

Deterministically restores the hierarchy manipulation 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("E9274A0A-CC2F-4ECB-9FD0-F7BB59C7A47F")]
public interface IVsHierarchyManipulationStateContext

NameDescription
System_CAPS_pubmethodRestore()

Restores the hierarchy manipulation state to the value it had before this context was created by SetManipulationState. This method is implicitly called on final release of the interface.

Return to top
Show: