次の方法で共有


AtomPubClient.DeleteResourceItemAsync(SyndicationItem) メソッド

定義

既存の Entry または Media Link リソースを削除します。 これは、削除するリソースを表す SyndicationItem オブジェクトが Uri ではなく指定される点で DeleteResourceAsync メソッドとは異なります。 DeleteResourceItemAsync メソッドは、削除するリソースの Uri として、指定した SyndicationItem の プロパティを使用します。

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

削除するリソース。

戻り値

リソースを非同期的に削除し、操作の進行状況と完了状態を報告するために使用される オブジェクト。

属性

適用対象