共用方式為


AtomPub10CategoriesDocumentFormatter 建構函式

定義

建立 AtomPub10CategoriesDocumentFormatter 類別的新執行個體。

多載

AtomPub10CategoriesDocumentFormatter()

建立 AtomPub10CategoriesDocumentFormatter 類別的新執行個體。

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

使用指定的 AtomPub10CategoriesDocumentFormatter,建立 CategoriesDocument 類別的新執行個體。

AtomPub10CategoriesDocumentFormatter(Type, Type)

使用指定的 AtomPub10CategoriesDocumentFormatter,建立 CategoriesDocument 類別的新執行個體。

AtomPub10CategoriesDocumentFormatter()

建立 AtomPub10CategoriesDocumentFormatter 類別的新執行個體。

public:
 AtomPub10CategoriesDocumentFormatter();
public AtomPub10CategoriesDocumentFormatter ();
Public Sub New ()

適用於

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

使用指定的 AtomPub10CategoriesDocumentFormatter,建立 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)

參數

documentToWrite
CategoriesDocument

要序列化的 CategoriesDocument

適用於

AtomPub10CategoriesDocumentFormatter(Type, Type)

使用指定的 AtomPub10CategoriesDocumentFormatter,建立 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)

參數

inlineDocumentType
Type

InlineCategoriesDocument,可以序列化為服務文件內的 <atom:categories> 元素,而且該元素內會指定這組分類。

referencedDocumentType
Type

ReferencedCategoriesDocument,可以序列化為服務文件內的 <atom:categories> 元素,而且會使用 URI 參考這組分類。

適用於