IStorageFolder.GetFileAsync(String) Metodo

Definizione

Ottiene il file specificato dalla cartella corrente.

public:
 IAsyncOperation<StorageFile ^> ^ GetFileAsync(Platform::String ^ name);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> GetFileAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> GetFileAsync(string name);
function getFileAsync(name)
Public Function GetFileAsync (name As String) As IAsyncOperation(Of StorageFile)

Parametri

name
String

Platform::String

winrt::hstring

Nome (o percorso relativo alla cartella corrente) del file da recuperare.

Restituisce

Al termine di questo metodo, restituisce un oggetto StorageFile che rappresenta il file.

Attributi

Si applica a

Vedi anche