다음을 통해 공유


IVsExpansionSession.GetEndSpan Method

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

Syntax

‘선언
Function GetEndSpan ( _
    <OutAttribute> pts As TextSpan() _
) As Integer
‘사용 방법
Dim instance As IVsExpansionSession
Dim pts As TextSpan()
Dim returnValue As Integer

returnValue = instance.GetEndSpan(pts)
int GetEndSpan(
    TextSpan[] pts
)
int GetEndSpan(
    [OutAttribute] array<TextSpan>^ pts
)
abstract GetEndSpan : 
        pts:TextSpan[] byref -> int 
function GetEndSpan(
    pts : TextSpan[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsExpansionSession Interface

IVsExpansionSession Members

Microsoft.VisualStudio.TextManager.Interop Namespace