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
联合源的 副标题 。