SyndicationFeed Konstruktoren

Definition

Überlädt

SyndicationFeed()

Erstellt ein neues SyndicationFeed-Objekt .

SyndicationFeed(String, String, Uri)

Erstellt ein neues SyndicationFeed-Objekt mit einem Title, Subtitle und URI.

SyndicationFeed()

Erstellt ein neues SyndicationFeed-Objekt .

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

Weitere Informationen

Gilt für:

SyndicationFeed(String, String, Uri)

Erstellt ein neues SyndicationFeed-Objekt mit einem Title, Subtitle und 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)

Parameter

title
String

Platform::String

winrt::hstring

Der Titel des Syndication-Feeds.

subtitle
String

Platform::String

winrt::hstring

Der Untertitel des Syndication-Feeds.

uri
Uri Uri

Der URI-Wert .

Gilt für: