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)

属性值

Dictionary<XmlQualifiedName,String>

此类别的属性扩展。

注解

联合对象模型允许您将自定义属性添加到 SyndicationCategory 实例中。 属性扩展是 Atom 1.0 或 RSS 2.0 规范未定义的自定义属性。 这些扩展会序列化为 <category> 元素的属性。

适用于