Share via


XamlBinaryWriterErrorInformation Struct

Definition

Records error information produced by calls to XamlBinaryWriter.Write.

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

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