다음을 통해 공유


IVsTextSpanSet.Add 메서드

이 메서드를 사용하지 마십시오.

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

구문

‘선언
Function Add ( _
    cEl As Integer, _
    pSpan As TextSpan() _
) As Integer
int Add(
    int cEl,
    TextSpan[] pSpan
)
int Add(
    [InAttribute] int cEl, 
    [InAttribute] array<TextSpan>^ pSpan
)
abstract Add : 
        cEl:int * 
        pSpan:TextSpan[] -> int
function Add(
    cEl : int, 
    pSpan : TextSpan[]
) : int

매개 변수

  • cEl
    형식: Int32

    사용하지 마십시오.

반환 값

형식: Int32

.NET Framework 보안

참고 항목

참조

IVsTextSpanSet 인터페이스

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