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