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


SyndicationItem.Contributors Свойство

Определение

Возвращает коллекцию участников веб-канала. Это свойство представляет коллекцию всех элементов atom:участник в atom:feed.

public:
 property IVector<SyndicationPerson ^> ^ Contributors { IVector<SyndicationPerson ^> ^ get(); };
IVector<SyndicationPerson> Contributors();
public IList<SyndicationPerson> Contributors { get; }
var iVector = syndicationItem.contributors;
Public ReadOnly Property Contributors As IList(Of SyndicationPerson)

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

Коллекция всех элементов atom:участник в atom:feed.

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