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

Gets the index of the area group.

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

语法

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

returnValue = instance.IndexOf(Group)
public int IndexOf (
    AreaGroup Group
)

参数

  • Group
    The area group.

返回值

Int32 that represents the index of the area group.

另请参阅

参考

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