SyndicationContent.AttributeExtensions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此內容的屬性延伸。
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)
屬性值
字典,其中包含此物件屬性延伸的集合。
範例
下列 XML 會說明新增至 TextSyndicationContent 執行個體的自訂屬性,如何序列化為 Atom 1.0。
<content type="text" customAttribute="value">Some text content</content>
備註
屬性延伸是指未由 Atom 1.0 或 RSS 2.0 規格定義的自訂屬性, 新聞訂閱物件模型可讓您新增自訂屬性至新聞訂閱內容類型 (例如 TextSyndicationContent)。 序列化為 Atom 1.0 時,這些屬性會在 <content>
項目中出現。 序列化為 RSS 2.0 時,這些屬性都會遭忽略。