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