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

Gets an area group by identifier.

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

语法

声明
Public Function GetGroupByID ( _
    GroupID As Integer _
) As AreaGroup
用法
Dim instance As AreaGroupCollection
Dim GroupID As Integer
Dim returnValue As AreaGroup

returnValue = instance.GetGroupByID(GroupID)
public AreaGroup GetGroupByID (
    int GroupID
)

参数

  • GroupID
    The identifier of the area group.

返回值

An AreaGroup object that represents the area group that is selected.

另请参阅

参考

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