SyndicationFeed 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SyndicationFeed() |
建立新的 SyndicationFeed 物件。 |
SyndicationFeed(String, String, Uri) |
使用Title、Subtitle和Uri建立新的SyndicationFeed物件。 |
SyndicationFeed()
建立新的 SyndicationFeed 物件。
public:
SyndicationFeed();
SyndicationFeed();
public SyndicationFeed();
function SyndicationFeed()
Public Sub New ()
另請參閱
適用於
SyndicationFeed(String, String, Uri)
使用Title、Subtitle和Uri建立新的SyndicationFeed物件。
public:
SyndicationFeed(Platform::String ^ title, Platform::String ^ subtitle, Uri ^ uri);
SyndicationFeed(winrt::hstring const& title, winrt::hstring const& subtitle, Uri const& uri);
public SyndicationFeed(string title, string subtitle, System.Uri uri);
function SyndicationFeed(title, subtitle, uri)
Public Sub New (title As String, subtitle As String, uri As Uri)
參數
- title
-
String
Platform::String
winrt::hstring
新聞訂閱摘要的 標題 。
- subtitle
-
String
Platform::String
winrt::hstring
新聞訂閱摘要的 子標題 。