WebPartTransformerCollection::Item Property (Int32)
.NET Framework (current version)
Returns a member of the collection based on its position in the collection.
Assembly: System.Web (in System.Web.dll)
public: property WebPartTransformer^ default[ int index ] { WebPartTransformer^ get(int index); void set(int index, WebPartTransformer^ value); }
Parameters
- index
-
Type:
System::Int32
The index of a particular WebPartTransformer in a collection.
Property Value
Type: System.Web.UI.WebControls.WebParts::WebPartTransformer^The WebPartTransformer located at index.
.NET Framework
Available since 2.0
Available since 2.0
Show: