XmlSyndicationContent.Extension 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property System::ServiceModel::Syndication::SyndicationElementExtension ^ Extension { System::ServiceModel::Syndication::SyndicationElementExtension ^ get(); };
public System.ServiceModel.Syndication.SyndicationElementExtension Extension { get; }
member this.Extension : System.ServiceModel.Syndication.SyndicationElementExtension
Public ReadOnly Property Extension As SyndicationElementExtension
屬性值
SyndicationElementExtension 執行個體。
備註
在傳送/序列化端,此屬性表示必須序列化的 XML 內容。
在接收/還原序列化端,此屬性一律為 null
。