XamlBinaryWriterErrorInformation Struct

Definition

Records error information produced by calls to XamlBinaryWriter.Write.

public value class XamlBinaryWriterErrorInformation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct XamlBinaryWriterErrorInformation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct XamlBinaryWriterErrorInformation
Public Structure XamlBinaryWriterErrorInformation
Inheritance
XamlBinaryWriterErrorInformation
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

InputStreamIndex

The index of the stream in the original inputStreams parameter for XamlBinaryWriter.Write where the error occurred.

LineNumber

The line number in the input XAML text representation where the error was encountered.

LinePosition

The line position in the input XAML text representation where the error was encountered.

Applies to

See also