Поделиться через


CategoriesDocument.AttributeExtensions Свойство

Определение

Возвращает коллекцию расширений атрибутов.

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)

Значение свойства

Возвращает Dictionary<TKey,TValue>.

Комментарии

Расширениями атрибута являются допустимые атрибуты XML, которые не указаны в спецификациях Atom 1.0 и RSS 2.0.

Применяется к