Поделиться через


VsTextSpanSetClass.Add - метод

Не предоставленные сведения о методе.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Public Overridable Function Add ( _
    cEl As Integer, _
    pSpan As TextSpan() _
) As Integer
public virtual int Add(
    int cEl,
    TextSpan[] pSpan
)
public:
virtual int Add(
    [InAttribute] int cEl, 
    [InAttribute] array<TextSpan>^ pSpan
)
abstract Add : 
        cEl:int * 
        pSpan:TextSpan[] -> int  
override Add : 
        cEl:int * 
        pSpan:TextSpan[] -> int
public function Add(
    cEl : int, 
    pSpan : TextSpan[]
) : int

Параметры

  • cEl
    Тип: Int32

     

Возвращаемое значение

Тип: Int32

Реализации

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

Безопасность платформы .NET Framework

См. также

Ссылки

VsTextSpanSetClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен