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
'Usage
Dim instance As IVsTextFind
[InterfaceTypeAttribute()]
[GuidAttribute("0BF16544-9CEC-40E1-80B1-E467E21B97FE")]
public interface IVsTextFind
[InterfaceTypeAttribute()]
[GuidAttribute(L"0BF16544-9CEC-40E1-80B1-E467E21B97FE")]
public interface class IVsTextFind
public interface IVsTextFind

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

IVsTextFind Members

Microsoft.VisualStudio.TextManager.Interop Namespace