IFindService Interface

Definition

Provides methods creating IFinderFactorys, which are used to search ITextSnapshots.

public interface class IFindService
public interface IFindService
type IFindService = interface
Public Interface IFindService

Remarks

This is a MEF component part, and should be imported as follows:

[Import]
IFindService findService = null;

Methods

CreateFinderFactory(String, FindOptions)

Create a factory to search for a particular findWhat and options.

CreateFinderFactory(String, String, FindOptions)

Create a factory to search for a particular findWhat and options with the potential to replace it with replaceWith.

Applies to