IXamlLineInfo Interface
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.
Describes a service for reporting text line information in XAML reader implementations.
public interface class IXamlLineInfo
public interface IXamlLineInfo
type IXamlLineInfo = interface
Public Interface IXamlLineInfo
- Derived
Remarks
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.
Properties
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. |