共用方式為


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>

備註

屬性延伸是指 Atom 1.0 或 RSS 2.0 規格中未指定的有效 XML 屬性。

適用於