PhotoImportManager.FindAllSourcesAsync 方法

定义

查找可从中导入照片的所有当前可用源。

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))

返回

在成功完成时返回可用源列表的异步操作。

属性

适用于