IVsFindHelper Interface

Definition

Utility for text string matching.

public interface class IVsFindHelper
public interface class IVsFindHelper
__interface IVsFindHelper
[System.Runtime.InteropServices.Guid("BB02E777-EC3E-479F-980E-8E36B9617DCA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFindHelper
[System.Runtime.InteropServices.Guid("BB02E777-EC3E-479F-980E-8E36B9617DCA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFindHelper
[<System.Runtime.InteropServices.Guid("BB02E777-EC3E-479F-980E-8E36B9617DCA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFindHelper = interface
[<System.Runtime.InteropServices.Guid("BB02E777-EC3E-479F-980E-8E36B9617DCA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFindHelper = interface
Public Interface IVsFindHelper
Attributes

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.

Methods

FindInText(String, String, UInt32, UInt32, UInt32, UInt16[], UInt32, UInt32, String, Int32)

Finds, and optionally replaces, a text pattern in a text string.

Applies to