PrioritizedLocationList 类
表示一个类,从最高优先级位置返回顶层的结果。
继承层次结构
System.Object
System.Collections.Generic.List<Location>
Microsoft.Office.Server.Search.Query.LocationList
Microsoft.Office.Server.Search.Query.PrioritizedLocationList
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class PrioritizedLocationList _
Inherits LocationList
用法
Dim instance As PrioritizedLocationList
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class PrioritizedLocationList : LocationList
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。