IVsEnumHierarchies::Item Property (Int32)

 

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)

[DispIdAttribute(0)]
property IVsHierarchy^ default[
	int index
] {
	IVsHierarchy^ get(int index);
}

Parameters

index
Type: System::Int32

The index of the IVsHierarachy object.

Property Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^

The IVsHierarchy object.

Return to top
Show: