AtomPub10CategoriesDocumentFormatter 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 AtomPub10CategoriesDocumentFormatter.
Přetížení
AtomPub10CategoriesDocumentFormatter() |
Vytvoří novou instanci třídy AtomPub10CategoriesDocumentFormatter. |
AtomPub10CategoriesDocumentFormatter(CategoriesDocument) |
Vytvoří novou instanci AtomPub10CategoriesDocumentFormatter třídy se zadaným CategoriesDocument. |
AtomPub10CategoriesDocumentFormatter(Type, Type) |
Vytvoří novou instanci AtomPub10CategoriesDocumentFormatter třídy se zadaným CategoriesDocument. |
AtomPub10CategoriesDocumentFormatter()
Vytvoří novou instanci třídy AtomPub10CategoriesDocumentFormatter.
public:
AtomPub10CategoriesDocumentFormatter();
public AtomPub10CategoriesDocumentFormatter ();
Public Sub New ()
Platí pro
AtomPub10CategoriesDocumentFormatter(CategoriesDocument)
Vytvoří novou instanci AtomPub10CategoriesDocumentFormatter třídy se zadaným CategoriesDocument.
public:
AtomPub10CategoriesDocumentFormatter(System::ServiceModel::Syndication::CategoriesDocument ^ documentToWrite);
public AtomPub10CategoriesDocumentFormatter (System.ServiceModel.Syndication.CategoriesDocument documentToWrite);
new System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter : System.ServiceModel.Syndication.CategoriesDocument -> System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter
Public Sub New (documentToWrite As CategoriesDocument)
Parametry
- documentToWrite
- CategoriesDocument
Serializace CategoriesDocument .
Platí pro
AtomPub10CategoriesDocumentFormatter(Type, Type)
Vytvoří novou instanci AtomPub10CategoriesDocumentFormatter třídy se zadaným CategoriesDocument.
public:
AtomPub10CategoriesDocumentFormatter(Type ^ inlineDocumentType, Type ^ referencedDocumentType);
public AtomPub10CategoriesDocumentFormatter (Type inlineDocumentType, Type referencedDocumentType);
new System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter : Type * Type -> System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter
Public Sub New (inlineDocumentType As Type, referencedDocumentType As Type)
Parametry
- inlineDocumentType
- Type
Objekt InlineCategoriesDocument , který lze serializovat do elementu <atom:categories
> v dokumentu služby a sada kategorií jsou zadány v rámci prvku.
- referencedDocumentType
- Type
Objekt ReferencedCategoriesDocument , který lze serializovat do elementu <atom:categories
> v dokumentu služby a sada kategorií se odkazuje pomocí identifikátoru URI.