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 值。

适用于