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
- infoArray
Type: array<Microsoft.VisualStudio.Package.TokenInfo[]
The array of TokenInfo objects to search.
- col
Type: System.Int32
The column number to find.
- info
Type: Microsoft.VisualStudio.Package.TokenInfo%
[ref] A TokenInfo object.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.