IVsFindHelper Interface
Visual Studio 2015
Utility for text string matching.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | FindInText(String^, String^, UInt32, UInt32, UInt32, array<UInt16>^, UInt32, UInt32, String^, Int32) | Finds, and optionally replaces, a text pattern in a text string. |
This interface allows you to support wildcards, regular expressions, or whole word string matching so that all options and behavior work consistently with the Visual Studio editor.
Notes to Implementers:
Implemented by the environment.
Notes to Callers:
Call this interface to accomplish text string matching.
Show:
