Partilhar via


Método IVsFindManager2.FindCurrentTarget

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.0 (em Microsoft.VisualStudio.TextManager.Interop.12.0.dll)

Sintaxe

'Declaração
Function FindCurrentTarget ( _
    <OutAttribute> ByRef ppTarget As IVsFindTarget _
) As Integer
int FindCurrentTarget(
    out IVsFindTarget ppTarget
)
int FindCurrentTarget(
    [OutAttribute] IVsFindTarget^% ppTarget
)
abstract FindCurrentTarget : 
        ppTarget:IVsFindTarget byref -> int
function FindCurrentTarget(
    ppTarget : IVsFindTarget
) : int

Parâmetros

Valor de retorno

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

IVsFindManager2 Interface

Namespace Microsoft.VisualStudio.TextManager.Interop