SyndicationClient.RetrieveFeedAsync(Uri) メソッド

定義

指定した URI から配信フィードをダウンロードする非同期操作を開始します。 このメソッドは、 SyndicationFormat で指定された形式のいずれかで指定できるフィード文字列から SyndicationFeed オブジェクトをインスタンス化します。

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)

パラメーター

uri
Uri Uri

フィードのダウンロード元の URI。

戻り値

操作の結果を格納します。

実装

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

適用対象