ITextSearchService Interface

Definition

Searches a ITextSnapshot with different search options.

public interface class ITextSearchService
public interface class ITextSearchService
__interface ITextSearchService
public interface ITextSearchService
type ITextSearchService = interface
Public Interface ITextSearchService
Derived

Remarks

This is a MEF component part, and should be imported as follows: [Import] ITextSearchService textSearch = null;

Methods

FindAll(FindData)

Searches for all the occurrences of the search string.

FindNext(Int32, Boolean, FindData)

Searches for the next occurrence of the search string.

Applies to