XamlBinaryWriterErrorInformation 構造体

定義

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

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

InputStreamIndex

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

LineNumber

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

LinePosition

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

適用対象

こちらもご覧ください