ResourceCollectionInfo Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří novou instanci třídy ResourceCollectionInfo.
Přetížení
ResourceCollectionInfo() |
Vytvoří novou instanci třídy ResourceCollectionInfo. |
ResourceCollectionInfo(TextSyndicationContent, Uri) |
Vytvoří novou instanci třídy ResourceCollectionInfo. |
ResourceCollectionInfo(String, Uri) |
Vytvoří novou instanci třídy ResourceCollectionInfo. |
ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean) |
Vytvoří novou instanci třídy ResourceCollectionInfo. |
ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>) |
Vytvoří novou instanci třídy ResourceCollectionInfo. |
ResourceCollectionInfo()
Vytvoří novou instanci třídy ResourceCollectionInfo.
public:
ResourceCollectionInfo();
public ResourceCollectionInfo ();
Public Sub New ()
Platí pro
ResourceCollectionInfo(TextSyndicationContent, Uri)
Vytvoří novou instanci třídy 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)
Parametry
- title
- TextSyndicationContent
Název kolekce.
- link
- Uri
Identifikátor URI kolekce.
Platí pro
ResourceCollectionInfo(String, Uri)
Vytvoří novou instanci třídy 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)
Parametry
- title
- String
Název kolekce.
- link
- Uri
Identifikátor URI kolekce.
Platí pro
ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean)
Vytvoří novou instanci třídy 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)
Parametry
- title
- TextSyndicationContent
Název kolekce.
- link
- Uri
Identifikátor URI kolekce.
- categories
- IEnumerable<CategoriesDocument>
Kolekce dokumentů kategorií.
- allowsNewEntries
- Boolean
Hodnota, která určuje, zda lze do kolekce přidat nové <accept
> prvky.
Poznámky
<accept>
elementy určují typ prostředků, které lze přidat do kolekce.
Platí pro
ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>)
Vytvoří novou instanci třídy 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))
Parametry
- title
- TextSyndicationContent
Název kolekce.
- link
- Uri
Identifikátor URI kolekce.
- categories
- IEnumerable<CategoriesDocument>
Kolekce dokumentů kategorií.
- accepts
- IEnumerable<String>
Kolekce typů prostředků, které je možné přidat do kolekce.