ProviderConnectionPointCollection.Contains(ProviderConnectionPoint) Methode

Definitie

Retourneert een waarde die aangeeft of een bepaald ProviderConnectionPoint object in de verzameling bestaat.

public:
 bool Contains(System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^ connectionPoint);
public bool Contains(System.Web.UI.WebControls.WebParts.ProviderConnectionPoint connectionPoint);
member this.Contains : System.Web.UI.WebControls.WebParts.ProviderConnectionPoint -> bool
Public Function Contains (connectionPoint As ProviderConnectionPoint) As Boolean

Parameters

connectionPoint
ProviderConnectionPoint

De ProviderConnectionPoint te zoeken.

Retouren

true als het verbindingspunt van de provider zich in de verzameling bevindt; anders, false.

Van toepassing op

Zie ook