Partager via


VsTextViewClass.GetSelectionSpan, méthode

Retourne l'étendue de texte associée avec une sélection.

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

Syntaxe

'Déclaration
Public Overridable Function GetSelectionSpan ( _
    <OutAttribute> pSpan As TextSpan() _
) As Integer
public virtual int GetSelectionSpan(
    TextSpan[] pSpan
)
public:
virtual int GetSelectionSpan(
    [OutAttribute] array<TextSpan>^ pSpan
)
abstract GetSelectionSpan : 
        pSpan:TextSpan[] byref -> int  
override GetSelectionSpan : 
        pSpan:TextSpan[] byref -> int
public function GetSelectionSpan(
    pSpan : TextSpan[]
) : int

Paramètres

Valeur de retour

Type : Int32

Implémentations

IVsTextView.GetSelectionSpan(array<TextSpan[])

Sécurité .NET Framework

Voir aussi

Référence

VsTextViewClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms