Workspace.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<XmlQualifiedName,String>

属性扩展的集合。

注解

属性扩展是 Atom 1.0 或 RSS 2.0 规范中未指定的有效 XML 属性。 序列化为 Atom 1.0 时,集合中的每个自定义属性将写入 <atom> 元素。 序列化为 RSS 2.0 时,会将每个自定义属性写入 <channel> 元素。

适用于