SyndicationContent Конструкторы

Определение

Создает новый экземпляр класса SyndicationContent.

Перегрузки

SyndicationContent()

Инициализирует новый экземпляр класса SyndicationContent.

SyndicationContent(SyndicationContent)

Инициализирует новый экземпляр класса SyndicationContent с указанным экземпляром SyndicationContent.

SyndicationContent()

Инициализирует новый экземпляр класса SyndicationContent.

protected:
 SyndicationContent();
protected SyndicationContent ();
Protected Sub New ()

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

SyndicationContent(SyndicationContent)

Инициализирует новый экземпляр класса SyndicationContent с указанным экземпляром SyndicationContent.

protected:
 SyndicationContent(System::ServiceModel::Syndication::SyndicationContent ^ source);
protected SyndicationContent (System.ServiceModel.Syndication.SyndicationContent source);
new System.ServiceModel.Syndication.SyndicationContent : System.ServiceModel.Syndication.SyndicationContent -> System.ServiceModel.Syndication.SyndicationContent
Protected Sub New (source As SyndicationContent)

Параметры

source
SyndicationContent

ЭкземплярSyndicationContent для использования с целью инициализации нового экземпляра.

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