TextElementCollection<TextElementType>.Contains(TextElementType) Methode

Definition

Abfragen des Vorhandenseins eines angegebenen Elements in der Auflistung.

public:
 virtual bool Contains(TextElementType item);
public bool Contains (TextElementType item);
abstract member Contains : 'extElementType -> bool
override this.Contains : 'extElementType -> bool
Public Function Contains (item As TextElementType) As Boolean

Parameter

item
TextElementType

Ein Element, dessen Vorhandensein in der Auflistung abgefragt wird.

Gibt zurück

true, wenn das item-Objekt in der Collection vorhanden ist, andernfalls false.

Implementiert

Gilt für: