IXamlLineInfo Interface
.NET Framework (current version)
Describes a service for reporting text line information in XAML reader implementations.
Assembly: System.Xaml (in System.Xaml.dll)
| Name | Description | |
|---|---|---|
![]() | HasLineInfo | Gets a value that specifies whether line information is available. |
![]() | LineNumber | Gets the line number to report. |
![]() | LinePosition | Gets the line position to report. |
XamlXmlReader implements IXamlLineInfo. XamlXmlReader returns IXamlLineInfo values that are based on the position of the XAML reader at the time of the call.
Line number information might be reported in exceptions such as XamlParseException.
.NET Framework
Available since 4.0
Available since 4.0
Show:
