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)
[GuidAttribute("0BF16544-9CEC-40E1-80B1-E467E21B97FE")]
[InterfaceTypeAttribute(1)]
public interface IVsTextFind
/** @attribute GuidAttribute("0BF16544-9CEC-40E1-80B1-E467E21B97FE") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsTextFind
GuidAttribute("0BF16544-9CEC-40E1-80B1-E467E21B97FE")
InterfaceTypeAttribute(1)
public interface IVsTextFind
Notes to Implementers
Implement
IVsTextFind when you need to locate a specific block of text that resides in the text buffer.