次の方法で共有


AreaGroupCollection.RemoveAt メソッド (Microsoft.SharePoint.Portal.SiteData)

位置によって、このコレクションからエリア グループを削除します。

名前空間: Microsoft.SharePoint.Portal.SiteData
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Public Sub RemoveAt ( _
    index As Integer _
)
'使用
Dim instance As AreaGroupCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt (
    int index
)

パラメータ

  • index
    このコレクションから削除するエリア グループの位置。

備考

この操作を実行するには、呼び出し元に PortalRight.AllCategoryRights 権限が必要です。

関連項目

参照

AreaGroupCollection クラス
AreaGroupCollection メンバ
Microsoft.SharePoint.Portal.SiteData 名前空間