SVsHierarchyManipulation Interface

Passed to GetService to return a reference to the IVsHierarchyManipulation interface.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("1C917A11-5B6E-4752-9DEC-94B041A05745")> _
Public Interface SVsHierarchyManipulation
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("1C917A11-5B6E-4752-9DEC-94B041A05745")]
public interface SVsHierarchyManipulation
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"1C917A11-5B6E-4752-9DEC-94B041A05745")]
public interface class SVsHierarchyManipulation
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("1C917A11-5B6E-4752-9DEC-94B041A05745")>]
type SVsHierarchyManipulation =  interface end
public interface SVsHierarchyManipulation

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace