InlineCategoriesDocument コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
InlineCategoriesDocument クラスの新しいインスタンスを作成します。
オーバーロード
InlineCategoriesDocument() |
InlineCategoriesDocument クラスの新しいインスタンスを作成します。 |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>) |
InlineCategoriesDocument クラスの新しいインスタンスを作成します。 |
InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String) |
InlineCategoriesDocument クラスの新しいインスタンスを作成します。 |
InlineCategoriesDocument()
InlineCategoriesDocument クラスの新しいインスタンスを作成します。
public:
InlineCategoriesDocument();
public InlineCategoriesDocument ();
Public Sub New ()
適用対象
InlineCategoriesDocument(IEnumerable<SyndicationCategory>)
InlineCategoriesDocument クラスの新しいインスタンスを作成します。
public:
InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory))
パラメーター
- categories
- IEnumerable<SyndicationCategory>
配信カテゴリのコレクション。
適用対象
InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)
InlineCategoriesDocument クラスの新しいインスタンスを作成します。
public:
InlineCategoriesDocument(System::Collections::Generic::IEnumerable<System::ServiceModel::Syndication::SyndicationCategory ^> ^ categories, bool isFixed, System::String ^ scheme);
public InlineCategoriesDocument (System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationCategory> categories, bool isFixed, string scheme);
new System.ServiceModel.Syndication.InlineCategoriesDocument : seq<System.ServiceModel.Syndication.SyndicationCategory> * bool * string -> System.ServiceModel.Syndication.InlineCategoriesDocument
Public Sub New (categories As IEnumerable(Of SyndicationCategory), isFixed As Boolean, scheme As String)
パラメーター
- categories
- IEnumerable<SyndicationCategory>
配信カテゴリのコレクション。
- isFixed
- Boolean
InlineCategoriesDocument に配信カテゴリを追加できるかどうかを指定します。
- scheme
- String
InlineCategoriesDocument のスキーム。