PathIO.ReadBufferAsync(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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