Partager via


IVsTextLines.GetPairExtents, méthode

Les informations de méthode ne sont pas fournies. Ne pas utiliser.

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

Syntaxe

'Déclaration
Function GetPairExtents ( _
    pSpanIn As TextSpan(), _
    <OutAttribute> pSpanOut As TextSpan() _
) As Integer
int GetPairExtents(
    TextSpan[] pSpanIn,
    TextSpan[] pSpanOut
)
int GetPairExtents(
    [InAttribute] array<TextSpan>^ pSpanIn, 
    [OutAttribute] array<TextSpan>^ pSpanOut
)
abstract GetPairExtents : 
        pSpanIn:TextSpan[] * 
        pSpanOut:TextSpan[] byref -> int
function GetPairExtents(
    pSpanIn : TextSpan[], 
    pSpanOut : TextSpan[]
) : int

Paramètres

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsTextLines Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms