Share via


SyndicationCategory.AttributeExtensions 屬性

定義

取得這個分類的屬性延伸。

public:
 property System::Collections::Generic::Dictionary<System::Xml::XmlQualifiedName ^, System::String ^> ^ AttributeExtensions { System::Collections::Generic::Dictionary<System::Xml::XmlQualifiedName ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName,string> AttributeExtensions { get; }
member this.AttributeExtensions : System.Collections.Generic.Dictionary<System.Xml.XmlQualifiedName, string>
Public ReadOnly Property AttributeExtensions As Dictionary(Of XmlQualifiedName, String)

屬性值

這個分類的屬性延伸。

備註

新聞訂閱物件模型可讓您新增自訂屬性至 SyndicationCategory 執行個體。 屬性延伸是指未由 Atom 1.0 或 RSS 2.0 規格定義的自訂屬性, 這些屬性會序列化為 <category> 項目的屬性。

適用於