Share via


IVsTextSpanSet.Add, méthode

N'utilisez pas cette méthode.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • cEl
    Type : Int32

    Ne pas utiliser.

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsTextSpanSet Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms