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 для использования с целью инициализации нового экземпляра.