InlineCategoriesDocument 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 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