次の方法で共有


IIndexedTextSearchService インターフェイス

定義

インデックス付きフルテキスト検索機能を取得するサービス これは MEF コンポーネント パーツであり、次のようにインポートする必要があります: [インポート] IIndexedTextSearchService IndexedTextSearchService = null;

public interface IIndexedTextSearchService : IDisposable
type IIndexedTextSearchService = interface
    interface IDisposable
Public Interface IIndexedTextSearchService
Implements IDisposable
実装

プロパティ

State

サービスがクエリを受け入れる準備ができているかどうかを取得します

メソッド

GetPotentiallyMatchingFilesAsync(String, SearchFileOptions, CancellationToken)

指定した検索オプションを指定すると、検索語句と一致する可能性があるファイルの非同期列挙可能なリストを取得します。

適用対象