WebPartDescriptionCollection::Contains Method (WebPartDescription^)
.NET Framework (current version)
Returns a value indicating whether a particular control exists in the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Web.UI.WebControls.WebParts::WebPartDescription^
A particular WebPartDescription.
Return Value
Type: System::BooleanA Boolean value that indicates whether a particular WebPartDescription exists in a WebPartDescriptionCollection.
The Contains method enables you to determine whether a particular WebPartDescription object is part of a WebPartDescriptionCollection collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: