LocationList 类

包含联合位置的列表。

继承层次结构

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 Class LocationList _
    Inherits List(Of Location) _
    Implements IDisposable
用法
Dim instance As LocationList
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class LocationList : List<Location>, 
    IDisposable

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

LocationList 成员

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