IVsEnumHierarchies Interface

 

Provides an enumeration for IVsHierarchy objects.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("97A31B3B-B37F-43A5-92F4-71E6E63F80F6")]
public interface IVsEnumHierarchies

NameDescription
System_CAPS_pubpropertyCount

Gets the number of IVsHierarchy objects.

System_CAPS_pubpropertyItem[Int32]

Gets the specified IVsHierarchy object.

NameDescription
System_CAPS_pubmethodGetEnumerator()

Gets the enumerator.

Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.

Return to top
Show: