XmlLineInfo Class
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.
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. |