SyndicationClient.RetrieveFeedAsync(Uri) Méthode

Définition

Démarre une opération asynchrone pour télécharger le flux de syndication à partir de l’URI donné. Cette méthode instancie un objet SyndicationFeed à partir de la chaîne de flux, qui peut être dans l’un des formats spécifiés dans SyndicationFormat.

public:
 virtual IAsyncOperationWithProgress<SyndicationFeed ^, RetrievalProgress> ^ RetrieveFeedAsync(Uri ^ uri) = RetrieveFeedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<SyndicationFeed, RetrievalProgress> RetrieveFeedAsync(Uri const& uri);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<SyndicationFeed,RetrievalProgress> RetrieveFeedAsync(System.Uri uri);
function retrieveFeedAsync(uri)
Public Function RetrieveFeedAsync (uri As Uri) As IAsyncOperationWithProgress(Of SyndicationFeed, RetrievalProgress)

Paramètres

uri
Uri Uri

URI à partir duquel le flux est téléchargé.

Retours

Contient les résultats de l’opération.

Implémente

M:Windows.Web.Syndication.ISyndicationClient.RetrieveFeedAsync(Windows.Foundation.Uri) M:Windows.Web.Syndication.ISyndicationClient.RetrieveFeedAsync(System.Uri)
Attributs

S’applique à