Udostępnij za pośrednictwem


CategoriesDocument.AttributeExtensions Właściwość

Definicja

Pobiera kolekcję rozszerzeń atrybutów.

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)

Wartość właściwości

Zwraca wartość Dictionary<TKey,TValue>.

Uwagi

Rozszerzenie atrybutu jest prawidłowym atrybutem XML, który nie jest określony w specyfikacji Atom 1.0 lub RSS 2.0.

Dotyczy