IVsFindHelper Interface

Utility for text string matching.

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

Syntax

'Déclaration
<GuidAttribute("BB02E777-EC3E-479F-980E-8E36B9617DCA")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindHelper
'Utilisation
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
[<GuidAttribute("BB02E777-EC3E-479F-980E-8E36B9617DCA")>]
[<InterfaceTypeAttribute()>]
type IVsFindHelper =  interface end
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.

See Also

Reference

IVsFindHelper Members

Microsoft.VisualStudio.TextManager.Interop Namespace