Rss20FeedFormatter.PreserveAttributeExtensions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,這個值會指定序列化期間是否保留屬性延伸。
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 屬性。 這個屬性 (Property) 會判斷序列化期間是否寫入這些屬性 (Attribute)。 同樣地,此屬性 (Property) 會決定在還原序列化 RSS 2.0 摘要時,AttributeExtensions
執行個體中的 SyndicationFeed 屬性 (Property) 是否要保留未知的屬性 (Attribute)。