Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SyndicationFeed Constructors

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Name Description
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


Feedback

Was this page helpful?