次の方法で共有


AtomPub10CategoriesDocumentFormatter コンストラクター

定義

AtomPub10CategoriesDocumentFormatter クラスの新しいインスタンスを作成します。

オーバーロード

AtomPub10CategoriesDocumentFormatter()

AtomPub10CategoriesDocumentFormatter クラスの新しいインスタンスを作成します。

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

指定された AtomPub10CategoriesDocumentFormatterCategoriesDocument クラスの新しいインスタンスを作成します。

AtomPub10CategoriesDocumentFormatter(Type, Type)

指定された AtomPub10CategoriesDocumentFormatterCategoriesDocument クラスの新しいインスタンスを作成します。

AtomPub10CategoriesDocumentFormatter()

ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs

AtomPub10CategoriesDocumentFormatter クラスの新しいインスタンスを作成します。

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

適用対象

AtomPub10CategoriesDocumentFormatter(CategoriesDocument)

ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs

指定された AtomPub10CategoriesDocumentFormatterCategoriesDocument クラスの新しいインスタンスを作成します。

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.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs
ソース:
AtomPub10CategoriesDocumentFormatter.cs

指定された AtomPub10CategoriesDocumentFormatterCategoriesDocument クラスの新しいインスタンスを作成します。

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

サービス ドキュメント内の <atom:categories> 要素にシリアル化でき、カテゴリのセットがその要素内で指定されている InlineCategoriesDocument

referencedDocumentType
Type

サービス ドキュメント内の <atom:categories> 要素にシリアル化でき、URI を使用してカテゴリのセットが参照される ReferencedCategoriesDocument

適用対象