Partager via


SyndicationFeed Constructeurs

Définition

Surcharges

SyndicationFeed()

Crée un objet SyndicationFeed .

SyndicationFeed(String, String, Uri)

Crée un objet SyndicationFeed avec un titre, un sous-titre et un URI.

SyndicationFeed()

Crée un objet SyndicationFeed .

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

Voir aussi

S’applique à

SyndicationFeed(String, String, Uri)

Crée un objet SyndicationFeed avec un titre, un sous-titre et un 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)

Paramètres

title
String

Platform::String

winrt::hstring

Titre du flux de syndication.

subtitle
String

Platform::String

winrt::hstring

Sous-titre du flux de syndication.

uri
Uri Uri

Valeur URI .

S’applique à