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
- infoArray
Type : array<Microsoft.VisualStudio.Package.TokenInfo[]
Le tableau d'objets d'TokenInfo à la recherche.
- col
Type : System.Int32
Le numéro de colonne à le rechercher.
- info
Type : Microsoft.VisualStudio.Package.TokenInfo%
[] référence objet d'Un TokenInfo.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.