次の方法で共有


XamlBinaryWriterErrorInformation 構造体

定義

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
継承
XamlBinaryWriterErrorInformation
属性

フィールド

InputStreamIndex

エラーが発生した XamlBinaryWriter.Write の元の inputStreams パラメーター内のストリームのインデックス。

LineNumber

エラーが発生した入力 XAML テキスト表現の行番号。

LinePosition

エラーが発生した入力 XAML テキスト表現内の行位置。

適用対象

こちらもご覧ください