AuthoringSink.Column Property
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 column the parsing started on.
public:
property int Column { int get(); };
public:
property int Column { int get(); };
public int Column { get; }
member this.Column : int
Public ReadOnly Property Column As Integer
Property Value
Returns the offset into the line as passed to the AuthoringSink constructor.
Remarks
This property provides an alternative way for the parser to access the starting offset (the other way is through the ParseRequest structure itself).