Compartir a través de


PhotoImportManager.FindAllSourcesAsync Método

Definición

Busca todas las fuentes disponibles actualmente desde las que se pueden importar fotos.

public:
 static IAsyncOperation<IVectorView<PhotoImportSource ^> ^> ^ FindAllSourcesAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<PhotoImportSource>> FindAllSourcesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<PhotoImportSource>> FindAllSourcesAsync();
function findAllSourcesAsync()
Public Shared Function FindAllSourcesAsync () As IAsyncOperation(Of IReadOnlyList(Of PhotoImportSource))

Devoluciones

Operación asincrónica que devuelve una lista de orígenes disponibles cuando se completa correctamente.

Atributos

Se aplica a