AreaGroupCollection.IndexOf, méthode (Microsoft.SharePoint.Portal.SiteData)
Gets the index of the area group.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
Group As AreaGroup _
) As Integer
'Utilisation
Dim instance As AreaGroupCollection
Dim Group As AreaGroup
Dim returnValue As Integer
returnValue = instance.IndexOf(Group)
public int IndexOf (
AreaGroup Group
)
Paramètres
- Group
The area group.
Valeur de retour
Int32 that represents the index of the area group.
Voir aussi
Référence
AreaGroupCollection, classe
Membres AreaGroupCollection
Microsoft.SharePoint.Portal.SiteData, espace de noms