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不要使用。
pSpan
類型:array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]不要使用。
傳回值
類型:Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。