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