AtomPub10CategoriesDocumentFormatter 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 AtomPub10CategoriesDocumentFormatter.
Przeciążenia
AtomPub10CategoriesDocumentFormatter() |
Tworzy nowe wystąpienie klasy AtomPub10CategoriesDocumentFormatter. |
AtomPub10CategoriesDocumentFormatter(CategoriesDocument) |
Tworzy nowe wystąpienie AtomPub10CategoriesDocumentFormatter klasy z określonym CategoriesDocumentelementem . |
AtomPub10CategoriesDocumentFormatter(Type, Type) |
Tworzy nowe wystąpienie AtomPub10CategoriesDocumentFormatter klasy z określonym CategoriesDocumentelementem . |
AtomPub10CategoriesDocumentFormatter()
Tworzy nowe wystąpienie klasy AtomPub10CategoriesDocumentFormatter.
public:
AtomPub10CategoriesDocumentFormatter();
public AtomPub10CategoriesDocumentFormatter ();
Public Sub New ()
Dotyczy
AtomPub10CategoriesDocumentFormatter(CategoriesDocument)
Tworzy nowe wystąpienie AtomPub10CategoriesDocumentFormatter klasy z określonym CategoriesDocumentelementem .
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
Element CategoriesDocument do serializacji.
Dotyczy
AtomPub10CategoriesDocumentFormatter(Type, Type)
Tworzy nowe wystąpienie AtomPub10CategoriesDocumentFormatter klasy z określonym CategoriesDocumentelementem .
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
Element InlineCategoriesDocument , który można serializować do <atom:categories
> elementu w dokumencie usługi, a zestaw kategorii jest określony w elemecie .
- referencedDocumentType
- Type
Element ReferencedCategoriesDocument , który można serializować w elemencie <atom:categories
> w dokumencie usługi, a zestaw kategorii jest przywołytyzowany przy użyciu identyfikatora URI.