IVsFindTarget Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
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(array<Boolean>^, array<UInt32>^) | Specifies your supported capabilities. |
![]() | GetCurrentSpan(array<TextSpan>^) | Returns the coordinates or the caret position of the current selection. |
![]() | GetFindState(Object^) | Determines the state of a previous Find operation. |
![]() | GetMatchRect(array<RECT>^) | Return the screen coordinates of the matched string. |
![]() | GetProperty(UInt32, Object^) | Returns the value of a requested property. |
![]() | GetSearchImage(UInt32, array<IVsTextSpanSet^>^, IVsTextImage^) | Returns a text image for the environment to search. |
![]() | MarkSpan(array<TextSpan>^) | Highlight a given text span. |
![]() | NavigateTo(array<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. |
Show:
