IAttachedCollectionSource.HasItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if this IAttachedCollectionSource has any items, otherwise false. Accessing HasItems does not necessarily create the items themselves.
public:
property bool HasItems { bool get(); };
public:
property bool HasItems { bool get(); };
public bool HasItems { get; }
member this.HasItems : bool
Public ReadOnly Property HasItems As Boolean
Property Value
Returns true
if this IAttachedCollectionSource has any items, otherwise false
. Accessing HasItems does not necessarily create the items themselves.