IVsFindTarget2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements Find and Replace capabilities within your editor.
public interface class IVsFindTarget2
public interface class IVsFindTarget2
__interface IVsFindTarget2
[System.Runtime.InteropServices.Guid("DE311250-1F14-430E-B896-EFBDDD8ABB3E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsFindTarget2
[System.Runtime.InteropServices.Guid("DE311250-1F14-430E-B896-EFBDDD8ABB3E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFindTarget2
[<System.Runtime.InteropServices.Guid("DE311250-1F14-430E-B896-EFBDDD8ABB3E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsFindTarget2 = interface
[<System.Runtime.InteropServices.Guid("DE311250-1F14-430E-B896-EFBDDD8ABB3E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFindTarget2 = interface
Public Interface IVsFindTarget2
- Attributes
Methods
NavigateTo2(IVsTextSpanSet, TextSelMode) |
Move to a specified location within a document. |