SyndicationFeed Costruttori

Definizione

Overload

SyndicationFeed()

Crea un nuovo oggetto SyndicationFeed .

SyndicationFeed(String, String, Uri)

Crea un nuovo oggetto SyndicationFeed con titolo, sottotitolo e Uri.

SyndicationFeed()

Crea un nuovo oggetto SyndicationFeed .

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

Vedi anche

Si applica a

SyndicationFeed(String, String, Uri)

Crea un nuovo oggetto SyndicationFeed con titolo, sottotitolo e 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)

Parametri

title
String

Platform::String

winrt::hstring

Titolo del feed di diffusione.

subtitle
String

Platform::String

winrt::hstring

Sottotitolo del feed di diffusione.

uri
Uri Uri

Valore Uri .

Si applica a