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