共用方式為


AtomPubClient.RetrieveResourceAsync(Uri) 方法

定義

從指定的統一資源標識符擷取專案資源或媒體鏈接資源 (URI) 。

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

參數

uri
Uri Uri

指定的統一資源標識碼 (URI) 。

傳回

物件,用來以異步方式擷取資源,以及報告作業的進度和完成狀態。

屬性

適用於

另請參閱