CategoriesDocument.AttributeExtensions 属性
定义
获取属性扩展的集合。Gets a collection of attribute extensions.
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>。Returns Dictionary<TKey,TValue>.
注解
属性扩展是 Atom 1.0 或 RSS 2.0 规范中未指定的有效 XML 属性。An attribute extension is a valid XML attribute that is not specified in either the Atom 1.0 or RSS 2.0 specifications.