未提供的方法信息。
命名空间: 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
pSpan
类型:array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
返回值
类型:Int32
实现
IVsTextSpanSet.Add(Int32, array<TextSpan[])
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。