InlineCategoriesDocument Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Создает новый экземпляр класса InlineCategoriesDocument.
Перегрузки
InlineCategoriesDocument() |
Создает новый экземпляр класса InlineCategoriesDocument. |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>) |
Создает новый экземпляр класса InlineCategoriesDocument. |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String) |
Создает новый экземпляр класса InlineCategoriesDocument. |
InlineCategoriesDocument()
Создает новый экземпляр класса InlineCategoriesDocument.
public:
InlineCategoriesDocument();
public InlineCategoriesDocument ();
Public Sub New ()
Применяется к
InlineCategoriesDocument(IEnumerable<SyndicationCategory>)
Создает новый экземпляр класса InlineCategoriesDocument.
public:
InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory))
Параметры
- categories
- IEnumerable<SyndicationCategory>
Коллекция категорий синдикации.
Применяется к
InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)
Создает новый экземпляр класса InlineCategoriesDocument.
public:
InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories, bool isFixed, System::String ^ scheme);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories, bool isFixed, string scheme);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> * bool * string -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory), isFixed As Boolean, scheme As String)
Параметры
- categories
- IEnumerable<SyndicationCategory>
Коллекция категорий синдикации.
- isFixed
- Boolean
Указывает, можно ли добавить категории синдикации в InlineCategoriesDocument.
- scheme
- String
Схема InlineCategoriesDocument.