IVsHierarchyManipulationStateContext 接口

Deterministically restores the hierarchy manipulation state at a specific point in time.

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:   Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
  Microsoft.VisualStudio.Shell.Interop.11.0(在 Microsoft.VisualStudio.Shell.Interop.11.0.dll 中)

语法

声明
<GuidAttribute("E9274A0A-CC2F-4ECB-9FD0-F7BB59C7A47F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsHierarchyManipulationStateContext
[GuidAttribute("E9274A0A-CC2F-4ECB-9FD0-F7BB59C7A47F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsHierarchyManipulationStateContext

IVsHierarchyManipulationStateContext 类型公开以下成员。

方法

  名称 说明
公共方法 Restore 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.

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间