LocationList - Classe

Contient une liste d'emplacements fédérés.

Hiérarchie d’héritage

System.Object
  System.Collections.Generic.List<Location>
    Microsoft.Office.Server.Search.Query.LocationList
      Microsoft.Office.Server.Search.Query.PrioritizedLocationList

Espace de noms :  Microsoft.Office.Server.Search.Query
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class LocationList _
    Inherits List(Of Location) _
    Implements IDisposable
'Utilisation
Dim instance As LocationList
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class LocationList : List<Location>, 
    IDisposable

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

LocationList - Membres

Microsoft.Office.Server.Search.Query - Espace de noms