次の方法で共有


AtomPubClient.UpdateMediaResourceAsync(Uri, String, IInputStream) メソッド

定義

指定した UNIFORM Resource Identifier (URI) からメディア リンク リソースを更新します。

public:
 virtual IAsyncActionWithProgress<TransferProgress> ^ UpdateMediaResourceAsync(Uri ^ uri, Platform::String ^ mediaType, IInputStream ^ mediaStream) = UpdateMediaResourceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncActionWithProgress<TransferProgress> UpdateMediaResourceAsync(Uri const& uri, winrt::hstring const& mediaType, IInputStream const& mediaStream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncActionWithProgress<TransferProgress> UpdateMediaResourceAsync(System.Uri uri, string mediaType, IInputStream mediaStream);
function updateMediaResourceAsync(uri, mediaType, mediaStream)
Public Function UpdateMediaResourceAsync (uri As Uri, mediaType As String, mediaStream As IInputStream) As IAsyncActionWithProgress(Of TransferProgress)

パラメーター

uri
Uri Uri

更新するリソースの URI (Uniform Resource Identifier) です。

mediaType
String

Platform::String

winrt::hstring

リソースのメディア タイプ。

mediaStream
IInputStream

メディア リソースを更新しているメディアの IInputStream

戻り値

完了状態またはエラー コード。

属性

適用対象