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))
傳回
非同步作業,會在成功完成時傳回可用來源的清單。
- 屬性