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

Removes an area group from this collection.

命名空间: Microsoft.SharePoint.Portal.SiteData
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Sub Remove ( _
    Group As AreaGroup _
)
用法
Dim instance As AreaGroupCollection
Dim Group As AreaGroup

instance.Remove(Group)
public void Remove (
    AreaGroup Group
)

参数

  • Group
    Area group from this collection to remove.

备注

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

Modified properties are not updated in the database until you call the Update method of the Area class.

另请参阅

参考

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