Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Utility for text string matching.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("BB02E777-EC3E-479F-980E-8E36B9617DCA")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindHelper
[GuidAttribute("BB02E777-EC3E-479F-980E-8E36B9617DCA")]
[InterfaceTypeAttribute()]
public interface IVsFindHelper
[GuidAttribute(L"BB02E777-EC3E-479F-980E-8E36B9617DCA")]
[InterfaceTypeAttribute()]
public interface class IVsFindHelper
[<GuidAttribute("BB02E777-EC3E-479F-980E-8E36B9617DCA")>]
[<InterfaceTypeAttribute()>]
type IVsFindHelper = interface end
public interface IVsFindHelper
The IVsFindHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
FindInText | Finds, and optionally replaces, a text pattern in a text string. |
Top
Remarks
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.