ScopeDisplayGroup.IndexOf 方法
获取指定范围内的索引。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function IndexOf ( _
scope As Scope _
) As Integer
用法
Dim instance As ScopeDisplayGroup
Dim scope As Scope
Dim returnValue As Integer
returnValue = instance.IndexOf(scope)
public int IndexOf(
Scope scope
)
参数
scope
类型:Microsoft.Office.Server.Search.Administration.Scope一个Scope对象。
返回值
类型:System.Int32
32 位整数,该整数包含作用域的显示组作用域集合中的索引。