This documentation is archived and is not being maintained.
IXamlLineInfo Interface
Visual Studio 2010
Describes a service for reporting text line information in XAML reader implementations.
Assembly: System.Xaml (in System.Xaml.dll)
The IXamlLineInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
