Share via


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

See Also

Reference

ITextSearchService2 Interface

Microsoft.VisualStudio.Text.Operations Namespace