ITextSearchService2.FindAll Method
Include Protected Members
Include Inherited Members
Searches for all occurrences of the search.
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 | |
---|---|---|
FindAll(FindData) | Searches for all the occurrences of the search string. (Inherited from ITextSearchService.) | |
FindAll(SnapshotSpan, String, FindOptions) | Searches for all occurrences of the given search pattern, using the given starting range and options. | |
FindAll(SnapshotSpan, SnapshotPoint, String, FindOptions) | Searches for all occurrences 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.