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
要刪除的資源。
傳回
物件,用來以異步方式刪除資源,以及報告作業的進度和完成狀態。
- 屬性