AuthoringSink::Column Property

 

Gets the column the parsing started on.

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

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

Property Value

Type: System::Int32

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

Return to top
Show: