IVsFindTarget Members
Include Protected Members
Include Inherited Members
Implements Find and Replace capabilities within your editor.
The IVsFindTarget type exposes the following members.
Methods
Name | Description | |
---|---|---|
Find | Requests a text string search. | |
GetCapabilities | Specifies your supported capabilities. | |
GetCurrentSpan | Returns the coordinates or the caret position of the current selection. | |
GetFindState | Determines the state of a previous Find operation. | |
GetMatchRect | Return the screen coordinates of the matched string. | |
GetProperty | Returns the value of a requested property. | |
GetSearchImage | Returns a text image for the environment to search. | |
MarkSpan | Highlight a given text span. | |
NavigateTo | Move to a specified location within a document. | |
NotifyFindTarget | Sends notification to a find target of a change in status. | |
Replace | Requests a text string replace. | |
SetFindState | Determines the state of a find operation. |
Top