IFinderFactory Interface

Definition

A factory used to create IFinder, which can be used to perform find operations on ITextSnapshots. Created from IFindService.

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

Remarks

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

Properties

FindWhat

The string being searched for.

Options

The search options.

ReplaceWith

The string used to replace the found text.

Methods

Create(ITextSnapshot)

Create a finder for searching snapshot.

Applies to