Compartir a través de


PathIO.WriteBytesAsync(String, Byte[]) Método

Definición

Escribe un solo byte de datos en el archivo en la ruta de acceso especificada o identificador uniforme de recursos (URI).

public:
 static IAsyncAction ^ WriteBytesAsync(Platform::String ^ absolutePath, Platform::Array <byte> ^ buffer);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction WriteBytesAsync(winrt::hstring const& absolutePath, winrt::array_view <byte> const& buffer);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction WriteBytesAsync(string absolutePath, byte[] buffer);
function writeBytesAsync(absolutePath, buffer)
Public Shared Function WriteBytesAsync (absolutePath As String, buffer As Byte()) As IAsyncAction

Parámetros

absolutePath
String

Platform::String

winrt::hstring

Ruta de acceso del archivo en el que se escribe el byte.

buffer

Byte[]

byte[]

Matriz de bytes que se van a escribir.

Devoluciones

No se devuelve ningún objeto o valor cuando se completa este método.

Atributos

Se aplica a