InlineCategoriesDocument 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 InlineCategoriesDocument.
Přetížení
InlineCategoriesDocument() |
Vytvoří novou instanci třídy InlineCategoriesDocument. |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>) |
Vytvoří novou instanci třídy InlineCategoriesDocument. |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String) |
Vytvoří novou instanci třídy InlineCategoriesDocument. |
InlineCategoriesDocument()
Vytvoří novou instanci třídy InlineCategoriesDocument.
public:
InlineCategoriesDocument();
public InlineCategoriesDocument ();
Public Sub New ()
Platí pro
InlineCategoriesDocument(IEnumerable<SyndicationCategory>)
Vytvoří novou instanci třídy 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))
Parametry
- categories
- IEnumerable<SyndicationCategory>
Kolekce kategorií syndikace.
Platí pro
InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)
Vytvoří novou instanci třídy 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)
Parametry
- categories
- IEnumerable<SyndicationCategory>
Kolekce kategorií syndikace.
- isFixed
- Boolean
Určuje, zda lze do kategorie syndikace přidat InlineCategoriesDocument.
- scheme
- String
Schéma InlineCategoriesDocument.