This topic has not yet been rated - Rate this topic

IVsFindHelper Interface

Utility for text string matching.

Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)

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

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ