SP.WebParts.WebPartDefinitionCollection.item Property
Applies to: SharePoint Foundation 2010
Gets the Web Part definition at the specified index in the collection.
var value = SP.WebParts.WebPartDefinitionCollection.get_item(index);
Parameters
index
Type: int
The zero-based index of the Web Part definition in the collection.
Property Value
Type: SP.WebParts.WebPartDefinition
The Web Part definition at the specified index of the collection.
Applies To
SP.WebParts.WebPartDefinitionCollection Class
See Also
Reference
SP.WebParts.WebPartDefinitionCollection Methods