CategoriesDocument.AttributeExtensions Eigenschaft

Definition

Ruft eine Auflistung von Attributerweiterungen ab.

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)

Eigenschaftswert

Gibt Dictionary<TKey,TValue> zurück.

Hinweise

Eine Attributerweiterung ist ein gültiges XML-Attribut, das in den Spezifikationen Atom 1.0 oder RSS 2.0 nicht angegeben ist.

Gilt für: