IVsTextFind Interface

Finds a given block of text in the buffer.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0BF16544-9CEC-40E1-80B1-E467E21B97FE")> _
Public Interface IVsTextFind
[InterfaceTypeAttribute()]
[GuidAttribute("0BF16544-9CEC-40E1-80B1-E467E21B97FE")]
public interface IVsTextFind
[InterfaceTypeAttribute()]
[GuidAttribute(L"0BF16544-9CEC-40E1-80B1-E467E21B97FE")]
public interface class IVsTextFind
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0BF16544-9CEC-40E1-80B1-E467E21B97FE")>]
type IVsTextFind =  interface end
public interface IVsTextFind

The IVsTextFind type exposes the following members.

Methods

  Name Description
Public method Find Finds a given block of text in the text buffer.

Top

Remarks

Notes to Implementers

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

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace