Partager via


IVsFindTarget.GetCurrentSpan, méthode

Retourne les coordonnées ou l'emplacement du signe insertion de la sélection actuelle.

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

Syntaxe

'Déclaration
Function GetCurrentSpan ( _
    <OutAttribute> pts As TextSpan() _
) As Integer
int GetCurrentSpan(
    TextSpan[] pts
)
int GetCurrentSpan(
    [OutAttribute] array<TextSpan>^ pts
)
abstract GetCurrentSpan : 
        pts:TextSpan[] byref -> int
function GetCurrentSpan(
    pts : TextSpan[]
) : 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é.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsFindTarget::GetCurrentSpan(
   [out, retval] TextSpan * pts
);

Retournez l'emplacement du signe insertion actuel ou exécuter et les positions de fin de la sélection en surbrillance. Placez les informations de position dans une structure d'TextSpan. Pour l'emplacement du signe insertion, le début et les positions de fin doivent être identiques.

Sécurité .NET Framework

Voir aussi

Référence

IVsFindTarget Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms