XamlXmlReader.HasLineInfo Property

Definition

Gets a value that specifies whether line information is available.

public:
 property bool HasLineInfo { bool get(); };
public bool HasLineInfo { get; }
member this.HasLineInfo : bool
Public ReadOnly Property HasLineInfo As Boolean

Property Value

true if line information is available; otherwise, false.

Implements

Remarks

This property is part of the IXamlLineInfo implementation. The result is partially based on the reader settings that were used to initialize this XamlXmlReader.

Applies to