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 ConnectionInterfaceCollectionDatei gefunden werden soll.

Gibt zurück

true if value is found in the ConnectionInterfaceCollection; otherwise, false.

Gilt für: