ITextSearchService2.Find Method
Include Protected Members
Include Inherited Members
Searches for the next occurrence of the search string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Find(SnapshotPoint, String, FindOptions) | Searches for the next occurrence of the given search pattern, using the given starting position and options. | |
Find(SnapshotSpan, SnapshotPoint, String, FindOptions) | Searches for the next occurrence of the given search pattern, using the given search range, starting position and options. |
Top
Remarks
This method is safe to be executed on any thread.