다음을 통해 공유


SyndicationItem.Source 속성

정의

항목의 원본 피드를 가져오거나 설정합니다. 이 속성은 Atom:source 요소 또는 RSS 2.0원본 요소를 나타냅니다.

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

속성 값

RSS 2.0atom:source 요소 또는 원본 요소입니다.

적용 대상