IVsTextFind Interface

Definition

Finds a given block of text in the buffer.

public interface class IVsTextFind
public interface class IVsTextFind
__interface IVsTextFind
[System.Runtime.InteropServices.Guid("0BF16544-9CEC-40E1-80B1-E467E21B97FE")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextFind
[System.Runtime.InteropServices.Guid("0BF16544-9CEC-40E1-80B1-E467E21B97FE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextFind
[<System.Runtime.InteropServices.Guid("0BF16544-9CEC-40E1-80B1-E467E21B97FE")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextFind = interface
[<System.Runtime.InteropServices.Guid("0BF16544-9CEC-40E1-80B1-E467E21B97FE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextFind = interface
Public Interface IVsTextFind
Attributes

Notes to Implementers

Implement IVsTextFind when you need to locate a specific block of text that resides in the text buffer.

Methods

Find(String, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Finds a given block of text in the text buffer.

Applies to