Share via


XmlLineInfo Class

Definition

Provides line and position information for XAML parsing.

public ref class XmlLineInfo : System::Xml::IXmlLineInfo
public class XmlLineInfo : System.Xml.IXmlLineInfo
type XmlLineInfo = class
    interface IXmlLineInfo
Public Class XmlLineInfo
Implements IXmlLineInfo
Inheritance
XmlLineInfo
Implements

Constructors

Name Description
XmlLineInfo()

Creates a new XmlLineInfo with no line information.

XmlLineInfo(Int32, Int32)

Creates a new XmlLineInfo with the specified line and position.

Properties

Name Description
LineNumber

Gets the line number.

LinePosition

Gets the position within the line.

Methods

Name Description
HasLineInfo()

Returns whether line information is available.

Applies to