CollectionView.IsEmpty 属性

定义

获取一个值,该值指示最终的(已筛选)视图是否为空。

public:
 virtual property bool IsEmpty { bool get(); };
public virtual bool IsEmpty { get; }
member this.IsEmpty : bool
Public Overridable ReadOnly Property IsEmpty As Boolean

属性值

Boolean

如果获得的视图为空,则为 true;否则为 false

实现

适用于