Rss20FeedFormatter.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 です。 属性の拡張は、RSS 2.0 仕様で定義されていない XML 属性です。 このプロパティは、シリアル化の間にこれらの属性を書き込むかどうかを決定します。 同様に、このプロパティは RSS 2.0 フィードの逆シリアル化のときに、AttributeExtensions プロパティ内の不明の属性を SyndicationFeed インスタンスに維持するかどうかを決定します。

適用対象