IAttachedCollectionSource.HasItems 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果這個 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 不一定會自行建立專案。