다음을 통해 공유


VsTextSpanSetClass.GetAt 메서드

요청 된 텍스트 범위를 반환합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Public Overridable Function GetAt ( _
    iEl As Integer, _
    <OutAttribute> pSpan As TextSpan() _
) As Integer
public virtual int GetAt(
    int iEl,
    TextSpan[] pSpan
)
public:
virtual int GetAt(
    [InAttribute] int iEl, 
    [OutAttribute] array<TextSpan>^ pSpan
)
abstract GetAt : 
        iEl:int * 
        pSpan:TextSpan[] byref -> int  
override GetAt : 
        iEl:int * 
        pSpan:TextSpan[] byref -> int
public function GetAt(
    iEl : int, 
    pSpan : TextSpan[]
) : int

매개 변수

  • iEl
    형식: Int32

    [in] 텍스트를 포함 하는 정수 범위의 요소 수입니다.

반환 값

형식: Int32

구현

IVsTextSpanSet.GetAt(Int32, array<TextSpan[])

.NET Framework 보안

참고 항목

참조

VsTextSpanSetClass 클래스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스