IIndexedTextSearchService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service to get indexed full text search capabilities This is a MEF component part, and should be imported as follows: [Import] IIndexedTextSearchService IndexedTextSearchService = null;
public interface IIndexedTextSearchService : IDisposable
type IIndexedTextSearchService = interface
interface IDisposable
Public Interface IIndexedTextSearchService
Implements IDisposable
- Implements
Properties
State |
Gets whether the service is ready to accept queries |
Methods
GetPotentiallyMatchingFilesAsync(String, SearchFileOptions, CancellationToken) |
Gets an asynchronous enumerable list of files that would possibly contain a match for the search term given the specified search options |