AtomPub10CategoriesDocumentFormatter コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
サービス ドキュメント内の <atom:categories
> 要素にシリアル化でき、カテゴリのセットがその要素内で指定されている InlineCategoriesDocument。
- referencedDocumentType
- Type
サービス ドキュメント内の <atom:categories
> 要素にシリアル化でき、URI を使用してカテゴリのセットが参照される ReferencedCategoriesDocument。
適用対象
.NET