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) 。

返回

用于异步检索资源并报告操作进度和完成状态的对象。

属性

适用于

另请参阅