SyndicationItem.Source 属性

定义

获取或设置项的源源。 此属性表示 RSS 2.0 中的 atom:source 元素或元素。

public:
 property SyndicationFeed ^ Source { SyndicationFeed ^ get(); void set(SyndicationFeed ^ value); };
SyndicationFeed Source();

void Source(SyndicationFeed value);
public SyndicationFeed Source { get; set; }
var syndicationFeed = syndicationItem.source;
syndicationItem.source = syndicationFeed;
Public Property Source As SyndicationFeed

属性值

atom:source 元素或 RSS 2.0 中的 source 元素。

适用于