Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not use this method.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
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
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.