SyndicationFeed Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.