Compartir a través de


IVsFindManager.CurrentTarget (Método)

Obtiene el destino de búsqueda actual, si está disponible, examinando los distintos formularios y documentos.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.10.0 (en Microsoft.VisualStudio.TextManager.Interop.10.0.dll)

Sintaxis

'Declaración
Function CurrentTarget ( _
    <OutAttribute> ByRef ppTarget As IVsFindTarget _
) As Integer
int CurrentTarget(
    out IVsFindTarget ppTarget
)
int CurrentTarget(
    [OutAttribute] IVsFindTarget^% ppTarget
)
abstract CurrentTarget : 
        ppTarget:IVsFindTarget byref -> int
function CurrentTarget(
    ppTarget : IVsFindTarget
) : int

Parámetros

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Seguridad de .NET Framework

Vea también

Referencia

IVsFindManager Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)