共用方式為


SyndicationFeed 建構函式

定義

多載

SyndicationFeed()

建立新的 SyndicationFeed 物件。

SyndicationFeed(String, String, Uri)

使用TitleSubtitleUri建立新的SyndicationFeed物件。

SyndicationFeed()

建立新的 SyndicationFeed 物件。

public:
 SyndicationFeed();
 SyndicationFeed();
public SyndicationFeed();
function SyndicationFeed()
Public Sub New ()

另請參閱

適用於

SyndicationFeed(String, String, Uri)

使用TitleSubtitleUri建立新的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

新聞訂閱摘要的 子標題

uri
Uri Uri

Uri值。

適用於