WebPartDescriptionCollection::IndexOf Method (WebPartDescription^)
.NET Framework (current version)
Returns the position of a particular member of the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Web.UI.WebControls.WebParts::WebPartDescription^
A WebPartDescription that is a member of the collection.
Return Value
Type: System::Int32An integer that indicates the position of a particular object in the collection.
The IndexOf method is useful if you have multiple WebPartDescription objects, and you need to know the ordinal position of one object relative to the others.
.NET Framework
Available since 2.0
Available since 2.0
Show: