IXamlLineInfoConsumer Interface

Definition

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