PathIO.WriteBufferAsync(String, IBuffer) メソッド

定義

指定したパスまたは UNIFORM Resource Identifier (URI) で、バッファーからファイルにデータを書き込みます。

public:
 static IAsyncAction ^ WriteBufferAsync(Platform::String ^ absolutePath, IBuffer ^ buffer);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction WriteBufferAsync(winrt::hstring const& absolutePath, IBuffer const& buffer);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction WriteBufferAsync(string absolutePath, IBuffer buffer);
function writeBufferAsync(absolutePath, buffer)
Public Shared Function WriteBufferAsync (absolutePath As String, buffer As IBuffer) As IAsyncAction

パラメーター

absolutePath
String

Platform::String

winrt::hstring

データが書き込まれるファイルのパス。

buffer
IBuffer

書き込むデータを格納しているバッファー。

戻り値

このメソッドが完了すると、オブジェクトまたは値は返されません。

属性

適用対象