ITextSearchService2 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.
Provides methods for searching contents of a ITextSnapshot. Additionally, provides helper methods for performing replace operations.
public interface class ITextSearchService2 : Microsoft::VisualStudio::Text::Operations::ITextSearchService
public interface class ITextSearchService2 : Microsoft::VisualStudio::Text::Operations::ITextSearchService
__interface ITextSearchService2 : Microsoft::VisualStudio::Text::Operations::ITextSearchService
public interface ITextSearchService2 : Microsoft.VisualStudio.Text.Operations.ITextSearchService
type ITextSearchService2 = interface
interface ITextSearchService
Public Interface ITextSearchService2
Implements ITextSearchService
- Implements
Remarks
This is a MEF component part, and should be imported as follows: [Import] ITextSearchService2 textSearch = null;
Methods
Find(SnapshotPoint, String, FindOptions) |
Searches for the next occurrence of the search string. |
Find(SnapshotSpan, SnapshotPoint, String, FindOptions) |
Searches for the next occurrence of the search string. |
FindAll(FindData) |
Searches for all the occurrences of the search string. (Inherited from ITextSearchService) |
FindAll(SnapshotSpan, SnapshotPoint, String, FindOptions) |
Finds all occurrences of the |
FindAll(SnapshotSpan, String, FindOptions) |
Finds all occurrences of the |
FindAllForReplace(SnapshotSpan, String, String, FindOptions) |
Searches for all occurrences of the |
FindForReplace(SnapshotPoint, String, String, FindOptions, String) |
Searches for the next occurrence of |
FindForReplace(SnapshotSpan, String, String, FindOptions, String) |
Searches for the next occurrence of |
FindNext(Int32, Boolean, FindData) |
Searches for the next occurrence of the search string. (Inherited from ITextSearchService) |