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.
Method information not provided. Do not use.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
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
Parameters
cEl
Type: System.Int32Do not use.
pSpan
Type: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]Do not use.
Return Value
Type: System.Int32
Do not use.
Implements
IVsTextSpanSet.Add(Int32, array<TextSpan[])
.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.