ResourceCollectionInfo Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy nowe wystąpienie klasy ResourceCollectionInfo.
Przeciążenia
ResourceCollectionInfo() |
Tworzy nowe wystąpienie klasy ResourceCollectionInfo. |
ResourceCollectionInfo(TextSyndicationContent, Uri) |
Tworzy nowe wystąpienie klasy ResourceCollectionInfo. |
ResourceCollectionInfo(String, Uri) |
Tworzy nowe wystąpienie klasy ResourceCollectionInfo. |
ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean) |
Tworzy nowe wystąpienie klasy ResourceCollectionInfo. |
ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>) |
Tworzy nowe wystąpienie klasy ResourceCollectionInfo. |
ResourceCollectionInfo()
Tworzy nowe wystąpienie klasy ResourceCollectionInfo.
public:
ResourceCollectionInfo();
public ResourceCollectionInfo ();
Public Sub New ()
Dotyczy
ResourceCollectionInfo(TextSyndicationContent, Uri)
Tworzy nowe wystąpienie klasy 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
Tytuł kolekcji.
- link
- Uri
Identyfikator URI kolekcji.
Dotyczy
ResourceCollectionInfo(String, Uri)
Tworzy nowe wystąpienie klasy 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
Tytuł kolekcji.
- link
- Uri
Identyfikator URI kolekcji.
Dotyczy
ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, Boolean)
Tworzy nowe wystąpienie klasy 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
Tytuł kolekcji.
- link
- Uri
Identyfikator URI kolekcji.
- categories
- IEnumerable<CategoriesDocument>
Kolekcja dokumentów kategorii.
- allowsNewEntries
- Boolean
Wartość określająca, czy można dodać nowe <accept
> elementy do kolekcji.
Uwagi
<accept>
elementy określają typ zasobów, które można dodać do kolekcji.
Dotyczy
ResourceCollectionInfo(TextSyndicationContent, Uri, IEnumerable<CategoriesDocument>, IEnumerable<String>)
Tworzy nowe wystąpienie klasy 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
Tytuł kolekcji.
- link
- Uri
Identyfikator URI kolekcji.
- categories
- IEnumerable<CategoriesDocument>
Kolekcja dokumentów kategorii.
- accepts
- IEnumerable<String>
Kolekcja typów zasobów, które można dodać do kolekcji.