SyndicationFeed Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.