IVsTextSpanSet.Add Method
Do not use this method.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Déclaration
Function Add ( _
cEl As Integer, _
pSpan As TextSpan() _
) As Integer
'Utilisation
Dim instance As IVsTextSpanSet
Dim cEl As Integer
Dim pSpan As TextSpan()
Dim returnValue As Integer
returnValue = instance.Add(cEl, pSpan)
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
Parameters
- cEl
Type: System.Int32
Do not use.
- pSpan
Type: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.