AtomPub10CategoriesDocumentFormatter 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 AtomPub10CategoriesDocumentFormatter 類別的新執行個體。
多載
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 參考這組分類。