AuthoringSink::Line Property

 

Returns the line the parsing operation started on.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property int Line {
	int get();
}

Property Value

Type: System::Int32

Returns 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).

Return to top
Show: