SP へNavigationNodeCollection.itemAt 方法 (sp.js)

Gets the navigation node at the specified index in the collection.

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.NavigationNodeCollection.itemAt()

パラメーター

  • index
    Type: Number

    The zero-based index of the element.

戻り値

Type: SP.NavigationNode

The navigation node at the specified index in the collection.

Remarks

This method gets the navigation node at the index specified by the index parameter.