ITextSearchService Interface
Searches a ITextSnapshot with different search options.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Dichiarazione
Public Interface ITextSearchService
public interface ITextSearchService
public interface class ITextSearchService
type ITextSearchService = interface end
public interface ITextSearchService
The ITextSearchService type exposes the following members.
Methods
Name | Description | |
---|---|---|
FindAll | Searches for all the occurrences of the search string. | |
FindNext | Searches for the next occurrence of the search string. |
Top
Remarks
This is a MEF component part, and should be imported as follows:
[Import] ITextSearchService textSearch = null;