AtomPub10CategoriesDocumentFormatter Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine neue Instanz der AtomPub10CategoriesDocumentFormatter-Klasse.
Überlädt
AtomPub10CategoriesDocumentFormatter() |
Erstellt eine neue Instanz der AtomPub10CategoriesDocumentFormatter-Klasse. |
AtomPub10CategoriesDocumentFormatter(CategoriesDocument) |
Erstellt eine neue Instanz der Klasse AtomPub10CategoriesDocumentFormatter mit dem angegebenen CategoriesDocument. |
AtomPub10CategoriesDocumentFormatter(Type, Type) |
Erstellt eine neue Instanz der Klasse AtomPub10CategoriesDocumentFormatter mit dem angegebenen CategoriesDocument. |
AtomPub10CategoriesDocumentFormatter()
Erstellt eine neue Instanz der AtomPub10CategoriesDocumentFormatter-Klasse.
public:
AtomPub10CategoriesDocumentFormatter();
public AtomPub10CategoriesDocumentFormatter ();
Public Sub New ()
Gilt für
AtomPub10CategoriesDocumentFormatter(CategoriesDocument)
Erstellt eine neue Instanz der Klasse AtomPub10CategoriesDocumentFormatter mit dem angegebenen 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)
Parameter
- documentToWrite
- CategoriesDocument
Das CategoriesDocument, das serialisiert werden soll.
Gilt für
AtomPub10CategoriesDocumentFormatter(Type, Type)
Erstellt eine neue Instanz der Klasse AtomPub10CategoriesDocumentFormatter mit dem angegebenen 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)
Parameter
- inlineDocumentType
- Type
Ein InlineCategoriesDocument, das in ein <atom:categories
>-Element in einem Dienstdokument serialisiert werden kann, und mehrere Kategorien werden im Element angegeben.
- referencedDocumentType
- Type
Mithilfe einer URI wird auf ein ReferencedCategoriesDocument, das in einem <atom:categories
>-Element in einem Dienstdokument serialisiert werden kann, und mehrere Kategorien verwiesen.