IXamlLineInfoConsumer Interface
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.
Describes a service where a XAML writer can use reported line information and then include the information in the output.
public interface class IXamlLineInfoConsumer
public interface IXamlLineInfoConsumer
type IXamlLineInfoConsumer = interface
Public Interface IXamlLineInfoConsumer
- Derived
Remarks
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.
Properties
ShouldProvideLineInfo |
Gets a value that determines whether a line information service should provide values and therefore, should also call SetLineInfo(Int32, Int32) when relevant. |
Methods
SetLineInfo(Int32, Int32) |
Collects line information. |
Applies to
.NET