Workspace.AttributeExtensions Özellik

Tanım

Öznitelik uzantıları koleksiyonunu alır.

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)

Özellik Değeri

Dictionary<XmlQualifiedName,String>

Öznitelik uzantıları koleksiyonu.

Açıklamalar

Öznitelik uzantısı, Atom 1.0 veya RSS 2.0 belirtimlerinde belirtilmeyen geçerli bir XML özniteliğidir. Atom 1.0'a seri hale getirildiğinde, koleksiyondaki her özel öznitelik öğesine yazılır <atom> . RSS 2.0'a seri hale getirildiğinde, her özel öznitelik öğesine yazılır <channel> .

Şunlara uygulanır