Freigeben über


IVsTextLines.GetPairExtents-Methode

Methodeninformationen werden nicht bereitgestellt. Nicht verwenden.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextLines Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace