WebPartDisplayModeCollection::Contains Method (WebPartDisplayMode^)
.NET Framework (current version)
Returns a value indicating whether a particular WebPartDisplayMode object exists in the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Web.UI.WebControls.WebParts::WebPartDisplayMode^
A WebPartDisplayMode being checked for its existence in a collection.
Return Value
Type: System::BooleanA Boolean value that indicates whether value exists in the collection.
The Contains method enables you to check a particular WebPartDisplayMode object and determine whether it is in a WebPartDisplayModeCollection object.
.NET Framework
Available since 2.0
Available since 2.0
Show: