AuthoringSink.Column Property

Definition

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

Applies to