共用方式為


AtomPubClient.DeleteResourceItemAsync(SyndicationItem) 方法

定義

刪除現有的專案或媒體鏈接資源。 這與 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

要刪除的資源。

傳回

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

屬性

適用於