AreaGroupCollection.RemoveAt, méthode (Microsoft.SharePoint.Portal.SiteData)
Removes an area group from this collection by location.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub RemoveAt ( _
index As Integer _
)
'Utilisation
Dim instance As AreaGroupCollection
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt (
int index
)
Paramètres
- index
The location of the area group to be removed from this collection.
Remarques
The caller must have PortalRight.AllCategoryRights permission to perform this operation.
Voir aussi
Référence
AreaGroupCollection, classe
Membres AreaGroupCollection
Microsoft.SharePoint.Portal.SiteData, espace de noms