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 命名空间