IAttachedCollectionSource.HasItems Proprietà

Definizione

Restituisce true se questo oggetto IAttachedCollectionSource contiene elementi, altrimenti false. L'accesso ad HasItems non crea necessariamente gli elementi stessi.

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

Valore della proprietà

Restituisce true se l'oggetto IAttachedCollectionSource contiene elementi, in caso contrario false. L'accesso ad HasItems non crea necessariamente gli elementi stessi.

Si applica a