SyndicationContent 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 SyndicationContent 類別的新執行個體。
多載
SyndicationContent() |
初始化 SyndicationContent 類別的新執行個體。 |
SyndicationContent(SyndicationContent) |
使用指定的 SyndicationContent 執行個體,初始化 SyndicationContent 類別的新執行個體。 |
SyndicationContent()
初始化 SyndicationContent 類別的新執行個體。
protected:
SyndicationContent();
protected SyndicationContent ();
Protected Sub New ()
適用於
SyndicationContent(SyndicationContent)
使用指定的 SyndicationContent 執行個體,初始化 SyndicationContent 類別的新執行個體。
protected:
SyndicationContent(System::ServiceModel::Syndication::SyndicationContent ^ source);
protected SyndicationContent (System.ServiceModel.Syndication.SyndicationContent source);
new System.ServiceModel.Syndication.SyndicationContent : System.ServiceModel.Syndication.SyndicationContent -> System.ServiceModel.Syndication.SyndicationContent
Protected Sub New (source As SyndicationContent)
參數
- source
- SyndicationContent
用來初始化新執行個體的 SyndicationContent 執行個體。