AreaGroupCollection.InsertAt 方法 (AreaGroup, Int32) (Microsoft.SharePoint.Portal.SiteData)

Creates an area group at a specified location.

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

语法

声明
Public Sub InsertAt ( _
    Group As AreaGroup, _
    index As Integer _
)
用法
Dim instance As AreaGroupCollection
Dim Group As AreaGroup
Dim index As Integer

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

参数

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

备注

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

另请参阅

参考

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