共用方式為


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> 元素。

適用於