XmlReaderSettings.LineNumberOffset Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets line number offset of the XmlReader object.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

Syntax

'Declaration
Public Property LineNumberOffset As Integer
public int LineNumberOffset { get; set; }

Property Value

Type: System.Int32
The line number offset. The default is 0.

Remarks

The LineNumberOffset setting determines the point where the LineNumber property starts counting. This is useful if your XML data is embedded within a larger document. For example, if your XML data were embedded in a larger document, and your data started on line 101 of the document, you may want to specify that the reader start at line 100. Therefore, if the reader threw an exception while parsing the first line of the XML, it would report the line number as line 101, rather than line 1.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.