Atom10ItemFormatter.PreserveAttributeExtensions プロパティ

定義

シリアル化の間に属性の拡張を維持するかどうかを指定する値を取得または設定します。

public:
 property bool PreserveAttributeExtensions { bool get(); void set(bool value); };
public bool PreserveAttributeExtensions { get; set; }
member this.PreserveAttributeExtensions : bool with get, set
Public Property PreserveAttributeExtensions As Boolean

プロパティ値

シリアル化の間に属性の拡張を維持するかどうかを指定する値。

注釈

このプロパティの既定値は true です。 属性の拡張は、Atom 1.0 仕様で定義されていない XML 属性です。 このプロパティは、シリアル化の間にこれらの属性を書き込むかどうかを決定します。 同様に、このプロパティは Atom1.0 エントリの逆シリアル化のときに、インスタンスの プロパティ内の不明の属性を維持するかどうかを決定します。

適用対象