Sdílet prostřednictvím


CategoriesDocument.AttributeExtensions Vlastnost

Definice

Získá kolekci rozšíření atributů.

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)

Hodnota vlastnosti

Dictionary<XmlQualifiedName,String>

Vrací objekt Dictionary<TKey,TValue>.

Poznámky

Rozšíření atributu je platný atribut XML, který není zadán v specifikacích Atom 1.0 nebo RSS 2.0.

Platí pro