WebPartZoneCollection.Contains Method
Assembly: System.Web (in system.web.dll)
public boolean Contains ( WebPartZoneBase value )
public function Contains ( value : WebPartZoneBase ) : boolean
Not applicable.
Parameters
- value
A WebPartZone that is checked to determine whether it is in the collection.
Return Value
A Boolean value that indicates whether a particular zone is in the collection.The Contains method enables you to check a particular WebPartZone object and determine whether it is in a WebPartZoneCollection collection.
The following code example demonstrates the use of the Contains method. The complete code for the example, including a user control, a page containing the zones, and a partial class file that contains the code, is found in the Example section of the WebPartZoneCollection class overview.
The following section of code demonstrates usage of the Contains method. To execute the code, load the page in a browser, and click the Coll. Contains WebPartZone2 button.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.