IVsHierarchyManipulation Interface
Controls the state of the hierarchy within the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<GuidAttribute("F3581DB8-1DCE-4267-8145-B6906AC4D028")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsHierarchyManipulation
[GuidAttribute("F3581DB8-1DCE-4267-8145-B6906AC4D028")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsHierarchyManipulation
[GuidAttribute(L"F3581DB8-1DCE-4267-8145-B6906AC4D028")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsHierarchyManipulation
[<GuidAttribute("F3581DB8-1DCE-4267-8145-B6906AC4D028")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsHierarchyManipulation = interface end
public interface IVsHierarchyManipulation
The IVsHierarchyManipulation type exposes the following members.
Methods
Name | Description | |
---|---|---|
SetManipulationState | Specifies the state at the time that an IVsHierarchy is manipulated. |
Top