ITextSearchService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |