SyndicationFeed.Contributors 속성

정의

피드의 기여자 컬렉션을 가져옵니다. 이 속성은 atom:feed 아래의 모든 atom:기여자 요소의 컬렉션을 나타냅니다.

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

속성 값

atom:feed 아래의 모든 atom:기여자 요소의 컬렉션입니다.

적용 대상