ExecutionEventArgs.LinePosition PropertyExecutionEventArgs.LinePosition PropertyExecutionEventArgs::LinePosition Property
- XmlPrime 5.0
- Other Versions ▼
Gets the character position within LineNumberLineNumberLineNumber of the instruction that raised the event.
Property Value
Type: System.Int32System.Int32System::Int32
An intIntegerint character position within LineNumberLineNumberLineNumber in the line of the instruction, or -1
if the line position is not known.
Remarks
The line character position is 1-indexed, that is a value of1
represents the first character in a line.