IVsEnumHierarchies::Count Property

 

Gets the number of IVsHierarchy objects.

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

[DispIdAttribute(10)]
property int Count {
	int get();
}

Property Value

Type: System::Int32

The number of IVsHierarchy objects.

Return to top
Show: