共用方式為


IAttachedCollectionSource.HasItems 屬性

定義

如果這個 IAttachedCollectionSource 有任何專案,則傳回 true,否則傳回 false。 存取 HasItems 不一定會自行建立專案。

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

屬性值

如果這個 IAttachedCollectionSource 有任何專案,則傳 true 回 ,否則 false傳回 。 存取 HasItems 不一定會自行建立專案。

適用於