Aracılığıyla paylaş


SP.WebParts.WebPartDefinitionCollection.itemAt(index) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Gets the Web Part definition at the specified index in the collection.

var value = SP.WebParts.WebPartDefinitionCollection.itemAt(index);

Parameters

index

Type: int

The zero-based index of Web Part definition in the collection.

Return Value

Type: SP.WebParts.WebPartDefinition

The Web Part definition at the specified index of the collection.

Remarks

This method gets the Web Part definition at the index specified by the index parameter in the collection.

Applies To

SP.WebParts.WebPartDefinitionCollection Class

See Also

Reference

SP.WebParts.WebPartDefinitionCollection Methods

SP.WebParts.WebPartDefinitionCollection Properties

SP.WebParts Namespace