IVsEnumHierarchies Interface

Definition

Provides an enumeration for IVsHierarchy objects.

public interface class IVsEnumHierarchies
public interface class IVsEnumHierarchies
__interface IVsEnumHierarchies
public interface IVsEnumHierarchies
[System.Runtime.InteropServices.Guid("97A31B3B-B37F-43A5-92F4-71E6E63F80F6")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumHierarchies
type IVsEnumHierarchies = interface
[<System.Runtime.InteropServices.Guid("97A31B3B-B37F-43A5-92F4-71E6E63F80F6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumHierarchies = interface
Public Interface IVsEnumHierarchies
Attributes

Remarks

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.

Properties

Count

Gets the number of IVsHierarchy objects.

Item[Int32]

Gets the specified IVsHierarchy object.

Methods

GetEnumerator()

Gets the enumerator.

Applies to