AtomPubClient.DeleteResourceItemAsync(SyndicationItem) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除现有的条目或媒体链接资源。 这与 DeleteResourceAsync 方法的不同之处在于,指定了表示要删除的资源的 SyndicationItem 对象,而不是 Uri。 DeleteResourceItemAsync 方法使用指定的 SyndicationItem 的 属性作为要删除的资源的 URI。
public:
virtual IAsyncActionWithProgress<TransferProgress> ^ DeleteResourceItemAsync(SyndicationItem ^ item) = DeleteResourceItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncActionWithProgress<TransferProgress> DeleteResourceItemAsync(SyndicationItem const& item);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncActionWithProgress<TransferProgress> DeleteResourceItemAsync(SyndicationItem item);
function deleteResourceItemAsync(item)
Public Function DeleteResourceItemAsync (item As SyndicationItem) As IAsyncActionWithProgress(Of TransferProgress)
参数
- item
- SyndicationItem
要删除的资源。
返回
用于异步删除资源并报告操作进度和完成状态的对象。
- 属性