Partager via


IVsFindManager.CurrentTarget, méthode

Obtient la cible actuelle de recherche, si elle est disponible, en regardant défiler des formulaires et documents.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.10.0 (dans Microsoft.VisualStudio.TextManager.Interop.10.0.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Sécurité .NET Framework

Voir aussi

Référence

IVsFindManager Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms