IIndexedTextSearchService 인터페이스

정의

인덱싱된 전체 텍스트 검색 기능을 가져오는 서비스 MEF 구성 요소 부분이며 다음과 같이 가져와야 합니다. [Import] IIndexedTextSearchService IndexedTextSearchService = null;

public interface IIndexedTextSearchService : IDisposable
type IIndexedTextSearchService = interface
    interface IDisposable
Public Interface IIndexedTextSearchService
Implements IDisposable
구현

속성

State

서비스가 쿼리를 수락할 준비가 되었는지 여부를 가져옵니다.

메서드

GetPotentiallyMatchingFilesAsync(String, SearchFileOptions, CancellationToken)

지정된 검색 옵션이 지정된 경우 검색 용어와 일치할 수 있는 파일의 비동기 열거 가능 목록을 가져옵니다.

적용 대상