ConnectionInterfaceCollection.Contains(Type) Methode

Definition

Bestimmt, ob das ConnectionInterfaceCollection-Objekt einen bestimmten Wert enthält.

public:
 bool Contains(Type ^ value);
public bool Contains (Type value);
member this.Contains : Type -> bool
Public Function Contains (value As Type) As Boolean

Parameter

value
Type

Der Typ, der in der ConnectionInterfaceCollection gesucht werden soll.

Gibt zurück

true, wenn das value in der ConnectionInterfaceCollection gefunden wird, andernfalls false.

Gilt für: