SyndicationItem.Content 속성

정의

항목의 콘텐츠를 가져오거나 설정합니다.

public:
 property SyndicationContent ^ Content { SyndicationContent ^ get(); void set(SyndicationContent ^ value); };
SyndicationContent Content();

void Content(SyndicationContent value);
public SyndicationContent Content { get; set; }
var syndicationContent = syndicationItem.content;
syndicationItem.content = syndicationContent;
Public Property Content As SyndicationContent

속성 값

항목의 내용입니다.

적용 대상