SyndicationCategory.AttributeExtensions Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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>
.