AtomPubClient.RetrieveResourceAsync(Uri) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定的统一资源标识符 (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)
参数
返回
用于异步检索资源并报告操作进度和完成状态的对象。
- 属性