ScopeDisplayGroup.Insert 方法

将作用域添加到显示组的范围集合的指定索引处。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Sub Insert ( _
    index As Integer, _
    scope As Scope _
)
用法
Dim instance As ScopeDisplayGroup
Dim index As Integer
Dim scope As Scope

instance.Insert(index, scope)
public void Insert(
    int index,
    Scope scope
)

参数

  • index
    类型:System.Int32

    32 位整数,它指定要插入的范围中的索引位置。

另请参阅

引用

ScopeDisplayGroup 类

ScopeDisplayGroup 成员

Microsoft.Office.Server.Search.Administration 命名空间