다음을 통해 공유


Source.GetTokenInfoAt Method

Gets the index of the TokenInfo object that includes the supplied column number.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

‘선언
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
)

Parameters

Return Value

Type: System.Int32
The index of the TokenInfo object which includes the specified column number, or -1 if it is not found.

.NET Framework Security

See Also

Reference

Source Class

Microsoft.VisualStudio.Package Namespace