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