IVsFindTarget2 Interface
Implements Find and Replace capabilities within your editor.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Dichiarazione
<GuidAttribute("DE311250-1F14-430E-B896-EFBDDD8ABB3E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFindTarget2
[GuidAttribute("DE311250-1F14-430E-B896-EFBDDD8ABB3E")]
[InterfaceTypeAttribute()]
public interface IVsFindTarget2
[GuidAttribute(L"DE311250-1F14-430E-B896-EFBDDD8ABB3E")]
[InterfaceTypeAttribute()]
public interface class IVsFindTarget2
[<GuidAttribute("DE311250-1F14-430E-B896-EFBDDD8ABB3E")>]
[<InterfaceTypeAttribute()>]
type IVsFindTarget2 = interface end
public interface IVsFindTarget2
The IVsFindTarget2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
NavigateTo2 | Move to a specified location within a document. |
Top