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
'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
Parameters
pSpanIn
Type: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]Do not use.
pSpanOut
Type: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.