Partilhar via


IVsEnumHierarchies.Item Property

Gets the specified IVsHierarchy object.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    index As Integer _
) As IVsHierarchy
IVsHierarchy this[
    int index
] { get; }
property IVsHierarchy^ default[[InAttribute] int index] {
    IVsHierarchy^ get ([InAttribute] int index);
}
abstract Item : 
        index:int -> IVsHierarchy with get
JScript does not support indexed properties.

Parameters

  • index
    Type: Int32

    The index of the IVsHierarachy object.

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
The IVsHierarchy object.

.NET Framework Security

See Also

Reference

IVsEnumHierarchies Interface

Microsoft.VisualStudio.Shell.Interop Namespace