Partager via


CategoriesDocument.AttributeExtensions Propriété

Définition

Obtient une collection d'extensions d'attribut.

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)

Valeur de propriété

Retourne Dictionary<TKey,TValue>.

Remarques

Une extension d’attribut est un attribut XML valide qui n’est pas spécifié dans les spécifications Atom 1.0 ou RSS 2.0.

S’applique à