Udostępnij za pośrednictwem


ProviderConnectionPointCollection.Contains(ProviderConnectionPoint) Metoda

Definicja

Zwraca wartość wskazującą, czy dany ProviderConnectionPoint obiekt istnieje w kolekcji.

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

Parametry

connectionPoint
ProviderConnectionPoint

Element do wyszukania ProviderConnectionPoint .

Zwraca

true jeśli punkt połączenia dostawcy znajduje się w kolekcji; w przeciwnym razie , false.

Dotyczy

Zobacz też