Condividi tramite


PathIO.WriteBufferAsync(String, IBuffer) Metodo

Definizione

Scrive i dati da un buffer nel file in corrispondenza del percorso specificato o dell'URI (Uniform Resource Identifier).

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

Parametri

absolutePath
String

Platform::String

winrt::hstring

Percorso del file in cui sono scritti i dati.

buffer
IBuffer

Buffer contenente i dati da scrivere.

Restituisce

Al termine di questo metodo non viene restituito alcun oggetto o valore.

Attributi

Si applica a