共用方式為


AtomPubClient.UpdateResourceItemAsync(SyndicationItem) 方法

定義

匯報 現有的專案或媒體鏈接資源。 這與 UpdateResourceAsync 方法不同,因為所指定 SyndicationItem 物件的 EditUri 屬性會當做要更新之資源的 URI 使用。

public:
 virtual IAsyncActionWithProgress<TransferProgress> ^ UpdateResourceItemAsync(SyndicationItem ^ item) = UpdateResourceItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncActionWithProgress<TransferProgress> UpdateResourceItemAsync(SyndicationItem const& item);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncActionWithProgress<TransferProgress> UpdateResourceItemAsync(SyndicationItem item);
function updateResourceItemAsync(item)
Public Function UpdateResourceItemAsync (item As SyndicationItem) As IAsyncActionWithProgress(Of TransferProgress)

參數

item
SyndicationItem

要更新的資源。

傳回

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

屬性

適用於

另請參閱