WebPartTransformerCollection.IndexOf Method (WebPartTransformer)

 

Returns the position of a particular member in the collection.

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

member IndexOf : 
        transformer:WebPartTransformer -> int

Parameters

transformer
Type: System.Web.UI.WebControls.WebParts.WebPartTransformer

A WebPartTransformer that is a member of the collection.

Return Value

Type: System.Int32

An integer that indicates the position of a particular object in the collection.

.NET Framework
Available since 2.0
Return to top
Show: