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
'Usage
Dim instance As IVsFindHelper
[GuidAttribute("BB02E777-EC3E-479F-980E-8E36B9617DCA")]
[InterfaceTypeAttribute()]
public interface IVsFindHelper
[GuidAttribute(L"BB02E777-EC3E-479F-980E-8E36B9617DCA")]
[InterfaceTypeAttribute()]
public interface class IVsFindHelper
public interface IVsFindHelper
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.