Partager via


Source.GetTokenInfoAt, méthode

Obtient l'index de l'objet d'TokenInfo qui comprend le numéro de colonne fourni.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntaxe

'Déclaration
Public Overridable Function GetTokenInfoAt ( _
    infoArray As TokenInfo(), _
    col As Integer, _
    ByRef info As TokenInfo _
) As Integer
public virtual int GetTokenInfoAt(
    TokenInfo[] infoArray,
    int col,
    ref TokenInfo info
)

Paramètres

  • col
    Type : System.Int32
    Le numéro de colonne à le rechercher.

Valeur de retour

Type : System.Int32
L'index de l'objet d'TokenInfo qui comprend le numéro de colonne spécifié, ou -1 s'il est introuvable.

Sécurité .NET Framework

Voir aussi

Référence

Source Classe

Microsoft.VisualStudio.Package, espace de noms