IVsTextLines.GetPairExtents Method

Method information is not provided. Do not use.

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

Syntax

'Déclaration
Function GetPairExtents ( _
    pSpanIn As TextSpan(), _
    <OutAttribute> pSpanOut As TextSpan() _
) As Integer
'Utilisation
Dim instance As IVsTextLines
Dim pSpanIn As TextSpan()
Dim pSpanOut As TextSpan()
Dim returnValue As Integer

returnValue = instance.GetPairExtents(pSpanIn, _
    pSpanOut)
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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTextLines Interface

IVsTextLines Members

Microsoft.VisualStudio.TextManager.Interop Namespace