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: Int32The index of the IVsHierarachy object.
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
The IVsHierarchy object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.