Partager via


IIndexedTextSearchService Interface

Définition

Service pour obtenir des fonctionnalités de recherche en texte intégral indexé Il s’agit d’un composant MEF qui doit être importé comme suit : [Importer] IIndexedTextSearchService IndexedTextSearchService = null ;

public interface IIndexedTextSearchService : IDisposable
type IIndexedTextSearchService = interface
    interface IDisposable
Public Interface IIndexedTextSearchService
Implements IDisposable
Implémente

Propriétés

State

Obtient si le service est prêt à accepter des requêtes

Méthodes

GetPotentiallyMatchingFilesAsync(String, SearchFileOptions, CancellationToken)

Obtient une liste asynchrone énumérable de fichiers qui contiendraient éventuellement une correspondance pour le terme de recherche en fonction des options de recherche spécifiées

S’applique à