CategoriesDocument.AttributeExtensions Eigenschap

Definitie

Hiermee haalt u een verzameling kenmerkextensies op.

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)

Waarde van eigenschap

Retourneert Dictionary<TKey,TValue>.

Opmerkingen

Een kenmerkextensie is een geldig XML-kenmerk dat niet is opgegeven in de Specificaties van Atom 1.0 of RSS 2.0.

Van toepassing op