Поделиться через


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

Значение свойства

Содержимое элемента.

Применяется к