ConnectionInterfaceCollection.Contains(Type) Methode

Definitie

Bepaalt of het ConnectionInterfaceCollection object een specifieke waarde bevat.

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

Parameters

value
Type

Het type dat moet worden gevonden in de ConnectionInterfaceCollection.

Retouren

trueindien value wordt gevonden in de ConnectionInterfaceCollection; anders . false

Van toepassing op