Compartilhar via


FolderInformation.GetFileAsync(String) Método

Definição

Recupera um arquivo da pasta atual.

public:
 virtual IAsyncOperation<StorageFile ^> ^ GetFileAsync(Platform::String ^ name) = GetFileAsync;
/// [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)

Parâmetros

name
String

Platform::String

winrt::hstring

O nome do arquivo a ser recuperado.

Retornos

Quando esse método for concluído com êxito, ele retornará um StorageFile.

Implementações

M:Windows.Storage.IStorageFolder.GetFileAsync(System.String) M:Windows.Storage.IStorageFolder.GetFileAsync(Platform::String) M:Windows.Storage.IStorageFolder.GetFileAsync(winrt::hstring)
Atributos

Aplica-se a