Partager via


SyndicationFeed.Authors Propriété

Définition

Obtient les auteurs d’un élément. Cette propriété représente la collection de tous les éléments atom:author sous atom:entry.

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

Valeur de propriété

Collection de tous les éléments atom:author sous atom:entry.

S’applique à