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.Int3232 位整数,它指定要插入的范围中的索引位置。
scope
类型:Microsoft.Office.Server.Search.Administration.Scope一个Scope对象。