This documentation is archived and is not being maintained.
IXamlLineInfoConsumer Interface
Visual Studio 2010
Describes a service where a XAML writer can use reported line information and then include the information in the output.
Assembly: System.Xaml (in System.Xaml.dll)
The IXamlLineInfoConsumer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ShouldProvideLineInfo | Gets a value that determines whether a line information service should provide values and therefore, should also call SetLineInfo when relevant. |
XamlObjectWriter implements IXamlLineInfoConsumer..NET Framework XAML Services and its XAML readers and XAML writers typically make line information available to callers, through debugging support in an IDE and through exceptions.
Exactly how to consume line information is up to each consumer.
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:
