Partager via


AreaGroupCollection.InsertAt, méthode (AreaGroup, Int32) (Microsoft.SharePoint.Portal.SiteData)

Creates an area group at a specified location.

Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Sub InsertAt ( _
    Group As AreaGroup, _
    index As Integer _
)
'Utilisation
Dim instance As AreaGroupCollection
Dim Group As AreaGroup
Dim index As Integer

instance.InsertAt(Group, index)
public void InsertAt (
    AreaGroup Group,
    int index
)

Paramètres

  • Group
    The area group to create.
  • index
    The location of the area group.

Remarques

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

Voir aussi

Référence

AreaGroupCollection, classe
Membres AreaGroupCollection
Microsoft.SharePoint.Portal.SiteData, espace de noms