InlineCategoriesDocument 构造函数

定义

创建 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 的方案。

适用于