ProviderConnectionPointCollection::Contains Method (ProviderConnectionPoint^)

 

Returns a value indicating whether a particular ProviderConnectionPoint object exists in the collection.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
bool Contains(
	ProviderConnectionPoint^ connectionPoint
)

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: