SPHierarchyManager.AddNextLevelObject 方法
将指定的对象作为正在升级的指定对象的子对象添加到升级的层次结构中。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub AddNextLevelObject ( _
current As Object, _
next As Object _
)
用法
Dim instance As SPHierarchyManager
Dim current As Object
Dim next As Object
instance.AddNextLevelObject(current, _
next)
public void AddNextLevelObject(
Object current,
Object next
)
参数
current
类型:System.ObjectSystem.Object ,该值表示正在进行升级的对象。
next
类型:System.Object表示的子对象,进行下一步升级System.Object 。