SyndicationFeed.CreatePerson 方法
定义
创建一个新的 SyndicationPerson 实例。Creates a new SyndicationPerson instance.
protected public:
virtual System::ServiceModel::Syndication::SyndicationPerson ^ CreatePerson();
protected internal virtual System.ServiceModel.Syndication.SyndicationPerson CreatePerson ();
abstract member CreatePerson : unit -> System.ServiceModel.Syndication.SyndicationPerson
override this.CreatePerson : unit -> System.ServiceModel.Syndication.SyndicationPerson
Protected Friend Overridable Function CreatePerson () As SyndicationPerson
返回
新 SyndicationPerson 实例。A new SyndicationPerson instance.
注解
此方法不会将 SyndicationPerson 对象添加到 Authors 集合或 Contributors 集合。This method does not add the SyndicationPerson object to the Authors or Contributors collections.