PhotoImportManager.FindAllSourcesAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查找可从中导入照片的所有当前可用源。
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))
返回
在成功完成时返回可用源列表的异步操作。
- 属性