AreaGroupCollection.RemoveAt 方法 (Microsoft.SharePoint.Portal.SiteData)

Removes an area group from this collection by location.

命名空间: 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
    The location of the area group to be removed from this collection.

备注

The caller must have PortalRight.AllCategoryRights permission to perform this operation.

另请参阅

参考

AreaGroupCollection 类
AreaGroupCollection 成员
Microsoft.SharePoint.Portal.SiteData 命名空间