CategoriesDocument.AttributeExtensions Proprietà

Definizione

Ottiene una raccolta di estensioni degli attributi.

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à

Dictionary<XmlQualifiedName,String>

Restituisce Dictionary<TKey,TValue>.

Commenti

Un'estensione degli attributi è un attributo XML valido che non è stato indicato nelle specifiche Atom 1.0 o RSS 2.0.

Si applica a