Atom10ItemFormatter.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
。 屬性延伸是指 Atom 1.0 規格中未定義的 XML 屬性。 這個屬性 (Property) 會判斷序列化期間是否寫入這些屬性 (Attribute)。 同樣地,此屬性會決定在還原序列化 Atom1.0 項目時,AttributeExtensions
中的 SyndicationItem 屬性是否要保留未知的屬性。