Share via


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)

Syntax

'Declaration
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int with get
function get Count () : int

Property Value

Type: Int32
The number of IVsHierarchy objects.

.NET Framework Security

See Also

Reference

IVsEnumHierarchies Interface

Microsoft.VisualStudio.Shell.Interop Namespace