PhotoImportManager.FindAllSourcesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds all currently available sources from which photos can be imported.
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))
Returns
An asynchronous operation that returns a list of available sources on successful completion.
- Attributes