VsIntellisenseCompletorClass.GetCompletionSpan, méthode

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

Syntaxe

'Déclaration
Public Overridable Function GetCompletionSpan ( _
    ts As TextSpan() _
) As Integer
public virtual int GetCompletionSpan(
    TextSpan[] ts
)
public:
virtual int GetCompletionSpan(
    array<TextSpan>^ ts
)
abstract GetCompletionSpan : 
        ts:TextSpan[] -> int  
override GetCompletionSpan : 
        ts:TextSpan[] -> int
public function GetCompletionSpan(
    ts : TextSpan[]
) : int

Paramètres

Valeur de retour

Type : Int32

Implémentations

IVsIntellisenseCompletor.GetCompletionSpan(array<TextSpan[])

Sécurité .NET Framework

Voir aussi

Référence

VsIntellisenseCompletorClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms