CategoriesDocumentFormatter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 CategoriesDocumentFormatter 类的新实例。
重载
CategoriesDocumentFormatter() |
创建 CategoriesDocumentFormatter 类的新实例。 |
CategoriesDocumentFormatter(CategoriesDocument) |
使用指定的 CategoriesDocumentFormatter 创建 CategoriesDocument 类的新实例。 |
CategoriesDocumentFormatter()
创建 CategoriesDocumentFormatter 类的新实例。
protected:
CategoriesDocumentFormatter();
protected CategoriesDocumentFormatter ();
Protected Sub New ()
适用于
CategoriesDocumentFormatter(CategoriesDocument)
使用指定的 CategoriesDocumentFormatter 创建 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)
参数
- documentToWrite
- CategoriesDocument
要序列化的 CategoriesDocument。