AtomPub10CategoriesDocumentFormatter Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Crea una nueva instancia de la clase AtomPub10CategoriesDocumentFormatter.
Sobrecargas
AtomPub10CategoriesDocumentFormatter() |
Crea una nueva instancia de la clase AtomPub10CategoriesDocumentFormatter. |
AtomPub10CategoriesDocumentFormatter(CategoriesDocument) |
Crea una nueva instancia de la clase AtomPub10CategoriesDocumentFormatter con la CategoriesDocument especificada. |
AtomPub10CategoriesDocumentFormatter(Type, Type) |
Crea una nueva instancia de la clase AtomPub10CategoriesDocumentFormatter con la CategoriesDocument especificada. |
AtomPub10CategoriesDocumentFormatter()
Crea una nueva instancia de la clase AtomPub10CategoriesDocumentFormatter.
public:
AtomPub10CategoriesDocumentFormatter();
public AtomPub10CategoriesDocumentFormatter ();
Public Sub New ()
Se aplica a
AtomPub10CategoriesDocumentFormatter(CategoriesDocument)
Crea una nueva instancia de la clase AtomPub10CategoriesDocumentFormatter con la CategoriesDocument especificada.
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)
Parámetros
- documentToWrite
- CategoriesDocument
CategoriesDocument que se va a serializar.
Se aplica a
AtomPub10CategoriesDocumentFormatter(Type, Type)
Crea una nueva instancia de la clase AtomPub10CategoriesDocumentFormatter con la CategoriesDocument especificada.
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)
Parámetros
- inlineDocumentType
- Type
InlineCategoriesDocument que se puede serializar en un elemento <atom:categories
> dentro de un documento de servicio y cuyo conjunto de categorías se especifica dentro del elemento.
- referencedDocumentType
- Type
ReferencedCategoriesDocument que se puede serializar en un elemento <atom:categories
> dentro de un documento de servicio y a cuyo conjunto de categorías se hace referencia a través de un URI.