次の方法で共有


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

Gets the Web site at the specified index of the collection.

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

SP.WebCollection.itemAt()

パラメーター

  • index
    Type: int

    The zero-based index of the Web site in the collection.

戻り値

Type: SP.Web

The Web site at the specified index of the collection.

Remarks

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