言語

InlineCategoriesDocument コンストラクター

定義

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

オーバーロード

名前 説明
InlineCategoriesDocument()

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

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

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

InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)

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

InlineCategoriesDocument()

ソース:
InlineCategoriesDocument.cs
ソース:
InlineCategoriesDocument.cs
ソース:
InlineCategoriesDocument.cs
ソース:
InlineCategoriesDocument.cs

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

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

適用対象

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

ソース:
InlineCategoriesDocument.cs
ソース:
InlineCategoriesDocument.cs
ソース:
InlineCategoriesDocument.cs
ソース:
InlineCategoriesDocument.cs

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

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のスキーム。

適用対象