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

Moves an area listing group to a specified location.

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

语法

声明
Public Function InsertAt ( _
    Title As String, _
    index As Integer _
) As AreaGroup
用法
Dim instance As AreaGroupCollection
Dim Title As String
Dim index As Integer
Dim returnValue As AreaGroup

returnValue = instance.InsertAt(Title, index)
public AreaGroup InsertAt (
    string Title,
    int index
)

参数

  • Title
    The title of the area listing group.
  • index
    Location in which to insert the area listing group.

返回值

An AreaGroup object that represents the area listing group that is moved.

备注

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

另请参阅

参考

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