Condividi tramite


PathIO.ReadBufferAsync(String) Metodo

Definizione

Legge il contenuto del file nel percorso specificato o nell'URI (Uniform Resource Identifier) e restituisce un buffer.

public:
 static IAsyncOperation<IBuffer ^> ^ ReadBufferAsync(Platform::String ^ absolutePath);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IBuffer> ReadBufferAsync(winrt::hstring const& absolutePath);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IBuffer> ReadBufferAsync(string absolutePath);
function readBufferAsync(absolutePath)
Public Shared Function ReadBufferAsync (absolutePath As String) As IAsyncOperation(Of IBuffer)

Parametri

absolutePath
String

Platform::String

winrt::hstring

Percorso del file da leggere.

Restituisce

Al termine di questo metodo, restituisce un oggetto (tipo IBuffer) che rappresenta il contenuto del file.

Attributi

Si applica a