IVsTextFind Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |