Share via


IFinderFactory インターフェイス

定義

を作成 IFinderするために使用されるファクトリ。これは、 で ITextSnapshot検索操作を実行するために使用できます。 から IFindService作成されます。

public interface class IFinderFactory
public interface IFinderFactory
type IFinderFactory = interface
Public Interface IFinderFactory

注釈

find & replace strings and find options is set when the IFinderFactory created and cannot be changed.

プロパティ

FindWhat

検索対象の文字列。

Options

検索オプション。

ReplaceWith

見つかったテキストを置き換えるために使用される文字列。

メソッド

Create(ITextSnapshot)

検索 snapshot用のファインダーを作成します。

適用対象