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 属性です。

適用対象