ConsumerConnectionPointCollection.Contains(ConsumerConnectionPoint) Method

Definition

Determines whether the specified ConsumerConnectionPoint object is in the collection.

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

Parameters

connectionPoint
ConsumerConnectionPoint

The connection point to search for.

Returns

true if the consumer connection point is contained in the collection; otherwise, false.

Remarks

Use this method to determine whether a ConsumerConnectionPoint object is contained in the current ConsumerConnectionPointCollection collection. This method is commonly used to test for the existence of a ConsumerConnectionPoint object before performing a task, such as adding a menu item to or removing a menu item from the collection.

Applies to