Aracılığıyla paylaş


SyndicationCategory.AttributeExtensions Özellik

Tanım

Bu kategori için öznitelik uzantılarını alır.

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)

Özellik Değeri

Dictionary<XmlQualifiedName,String>

Bu kategori için öznitelik uzantıları.

Açıklamalar

Dağıtım nesnesi modeli, örneğe SyndicationCategory özel öznitelikler eklemenize olanak tanır. Öznitelik uzantıları, Atom 1.0 veya RSS 2.0 belirtimleri tarafından tanımlanmayan özel özniteliklerdir. Bunlar, öğesinin <category> özniteliği olarak serileştirilir.

Şunlara uygulanır