AuthoringSink::Column Property
Visual Studio 2015
Gets the column the parsing started on.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::Int32Returns the offset into the line as passed to the AuthoringSink constructor.
This property provides an alternative way for the parser to access the starting offset (the other way is through the ParseRequest structure itself).
Show: