Udostępnij za pośrednictwem


Workspace.AttributeExtensions Właściwość

Definicja

Pobiera kolekcję rozszerzeń atrybutów.

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)

Wartość właściwości

Dictionary<XmlQualifiedName,String>

Kolekcja rozszerzeń atrybutów.

Uwagi

Rozszerzenie atrybutu jest prawidłowym atrybutem XML, który nie jest określony w specyfikacji Atom 1.0 lub RSS 2.0. Po serializacji do atomu 1.0 każdy atrybut niestandardowy w kolekcji jest zapisywany w elemencie <atom> . Po serializacji do rss 2.0 każdy atrybut niestandardowy jest zapisywany w elemecie <channel> .

Dotyczy