Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PhotoImportManager.FindAllSourcesAsync Method
Definition
- Namespace:
- Windows.Media.Import
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
Applies to
Feedback
Was this page helpful?
