Partager via


VsTextSpanSetClass.GetAt, méthode

Retourne une étendue de texte demandée.

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

Syntaxe

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

Paramètres

  • iEl
    Type : Int32

    [in] entier contenant le numéro d'élément d'étendue de texte.

Valeur de retour

Type : Int32

Implémentations

IVsTextSpanSet.GetAt(Int32, array<TextSpan[])

Sécurité .NET Framework

Voir aussi

Référence

VsTextSpanSetClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms