IVsFindTarget Interface
Visual Studio 2015
Implements Find and Replace capabilities within your editor.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Find(String, UInt32, Int32, IVsFindHelper, UInt32) | Requests a text string search. |
![]() | GetCapabilities(Boolean[], UInt32[]) | Specifies your supported capabilities. |
![]() | GetCurrentSpan(TextSpan[]) | Returns the coordinates or the caret position of the current selection. |
![]() | GetFindState(Object) | Determines the state of a previous Find operation. |
![]() | GetMatchRect(RECT[]) | Return the screen coordinates of the matched string. |
![]() | GetProperty(UInt32, Object) | Returns the value of a requested property. |
![]() | GetSearchImage(UInt32, IVsTextSpanSet[], IVsTextImage) | Returns a text image for the environment to search. |
![]() | MarkSpan(TextSpan[]) | Highlight a given text span. |
![]() | NavigateTo(TextSpan[]) | Move to a specified location within a document. |
![]() | NotifyFindTarget(UInt32) | Sends notification to a find target of a change in status. |
![]() | Replace(String, String, UInt32, Int32, IVsFindHelper, Int32) | Requests a text string replace. |
![]() | SetFindState(Object) | Sets the state of a find operation. |
Notes to Implementers:
Implement this interface to support Find and Replace in your window or document.
Show:
