SyndicationCategory.AttributeExtensions Egenskap

Definition

Hämtar attributtilläggen för den här kategorin.

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)

Egenskapsvärde

Attributtilläggen för den här kategorin.

Kommentarer

Med syndikeringsobjektmodellen kan du lägga till anpassade attribut i en SyndicationCategory instans. Attributtillägg är anpassade attribut som inte definieras av Atom 1.0- eller RSS 2.0-specifikationerna. De serialiseras som ett attribut för elementet <category> .

Gäller för