SyndicationCategory.AttributeExtensions Proprietà

Definizione

Ottiene le estensioni degli attributi per questa categoria.

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)

Valore della proprietà

Le estensioni degli attributi per questa categoria.

Commenti

Il modello a oggetti di diffusione consente di aggiungere attributi personalizzati a un'istanza di SyndicationCategory. Le estensioni degli attributi sono attributi personalizzati che non sono definiti nelle specifiche Atom 1.0 o RSS 2.0. Sono serializzate come attributo dell'elemento <category>.

Si applica a