SyndicationFeed Constructors

Definition

Overloads

SyndicationFeed()

Creates a new SyndicationFeed object.

SyndicationFeed(String, String, Uri)

Creates a new SyndicationFeed object with a Title, Subtitle, and Uri.

SyndicationFeed()

Creates a new SyndicationFeed object.

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

See also

Applies to

SyndicationFeed(String, String, Uri)

Creates a new SyndicationFeed object with a Title, Subtitle, and Uri.

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)

Parameters

title
String

Platform::String

winrt::hstring

The Title of the syndication feed.

subtitle
String

Platform::String

winrt::hstring

The Subtitle of the syndication feed.

uri
Uri Uri

The Uri value.

Applies to