IXamlLineInfo Interface

Definition

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.

Applies to

See also