IVsFindHelper Interface

 

Utility for text string matching.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("BB02E777-EC3E-479F-980E-8E36B9617DCA")]
[InterfaceTypeAttribute(1)]
public interface IVsFindHelper

NameDescription
System_CAPS_pubmethodFindInText(String, String, UInt32, UInt32, UInt32, 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.

Return to top
Show: