IAttachedCollectionSource.HasItems Property
Visual Studio 2015
Determines whether this IAttachedCollectionSource has any items.
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
Property Value
Type: System.BooleanReturns true if this IAttachedCollectionSource has any items, otherwise false. Accessing HasItems does not necessarily create the items themselves.
Show: