CategoriesDocumentFormatter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the CategoriesDocumentFormatter class.
Overloads
CategoriesDocumentFormatter() |
Creates a new instance of the CategoriesDocumentFormatter class. |
CategoriesDocumentFormatter(CategoriesDocument) |
Creates a new instance of the CategoriesDocumentFormatter class with the specified CategoriesDocument. |
CategoriesDocumentFormatter()
Creates a new instance of the CategoriesDocumentFormatter class.
protected:
CategoriesDocumentFormatter();
protected CategoriesDocumentFormatter ();
Protected Sub New ()
Applies to
CategoriesDocumentFormatter(CategoriesDocument)
Creates a new instance of the CategoriesDocumentFormatter class with the specified CategoriesDocument.
protected:
CategoriesDocumentFormatter(System::ServiceModel::Syndication::CategoriesDocument ^ documentToWrite);
protected CategoriesDocumentFormatter (System.ServiceModel.Syndication.CategoriesDocument documentToWrite);
new System.ServiceModel.Syndication.CategoriesDocumentFormatter : System.ServiceModel.Syndication.CategoriesDocument -> System.ServiceModel.Syndication.CategoriesDocumentFormatter
Protected Sub New (documentToWrite As CategoriesDocument)
Parameters
- documentToWrite
- CategoriesDocument
The CategoriesDocument to serialize.