QueryManager - Classe

Exécute la requête et renvoie les résultats de recherche.

Hiérarchie d’héritage

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

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

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class QueryManager _
    Inherits List(Of LocationList)
'Utilisation
Dim instance As QueryManager
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class QueryManager : List<LocationList>

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

QueryManager - Membres

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