Compartir a través de


SyndicationFeed Constructores

Definición

Sobrecargas

SyndicationFeed()

Crea un nuevo objeto SyndicationFeed .

SyndicationFeed(String, String, Uri)

Crea un nuevo objeto SyndicationFeed con un título, un subtítulo y un URI.

SyndicationFeed()

Crea un nuevo objeto SyndicationFeed .

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

Consulte también

Se aplica a

SyndicationFeed(String, String, Uri)

Crea un nuevo objeto SyndicationFeed con un título, un subtítulo y 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)

Parámetros

title
String

Platform::String

winrt::hstring

Título de la fuente de distribución.

subtitle
String

Platform::String

winrt::hstring

Subtítulo de la fuente de distribución.

uri
Uri Uri

Valor de URI .

Se aplica a