ScopesManager.PruneScopeList 方法
获取一个枚举数,以访问Scope对象与指定的作用域信息的列表相关联的列表。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Protected Function PruneScopeList ( _
scopeInfos As List(Of ScopeInfo) _
) As IEnumerable
用法
Dim scopeInfos As List(Of ScopeInfo)
Dim returnValue As IEnumerable
returnValue = Me.PruneScopeList(scopeInfos)
protected IEnumerable PruneScopeList(
List<ScopeInfo> scopeInfos
)
参数
scopeInfos
类型:System.Collections.Generic.List<ScopeInfo>列表中的作用域信息。
返回值
类型:System.Collections.IEnumerable
要访问作用域的枚举数。
备注
此方法确定是否scopeInfos参数的每个成员都有相应作用域的作用域中的AllScopes属性列表中。如果AllScopes包含相应作用域时,此方法会返回项 ;否则,此方法返回键的新ScopeDisplayGroupInfo的标识符。