SyndicationFeed コンストラクター

定義

オーバーロード

SyndicationFeed()

新しい SyndicationFeed オブジェクトを 作成します。

SyndicationFeed(String, String, Uri)

TitleSubtitle、Uri を使用して新しい SyndicationFeed オブジェクトを作成します

SyndicationFeed()

新しい SyndicationFeed オブジェクトを 作成します。

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

こちらもご覧ください

適用対象

SyndicationFeed(String, String, Uri)

TitleSubtitle、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

配信フィードの サブ タイトル。

uri
Uri Uri

Uri 値。

適用対象