Source.GetTokenInfoAt(TokenInfo[], Int32, TokenInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of the TokenInfo object that includes the supplied column number.
public:
virtual int GetTokenInfoAt(cli::array <Microsoft::VisualStudio::Package::TokenInfo ^> ^ infoArray, int col, Microsoft::VisualStudio::Package::TokenInfo ^ % info);
public virtual int GetTokenInfoAt (Microsoft.VisualStudio.Package.TokenInfo[] infoArray, int col, ref Microsoft.VisualStudio.Package.TokenInfo info);
abstract member GetTokenInfoAt : Microsoft.VisualStudio.Package.TokenInfo[] * int * TokenInfo -> int
override this.GetTokenInfoAt : Microsoft.VisualStudio.Package.TokenInfo[] * int * TokenInfo -> int
Public Overridable Function GetTokenInfoAt (infoArray As TokenInfo(), col As Integer, ByRef info As TokenInfo) As Integer
Parameters
- col
- Int32
The column number to find.
Returns
The index of the TokenInfo object which includes the specified column number, or -1 if it is not found.