PhotoImportSource.FromIdAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的裝置識別碼建立 PhotoImportSource 的新實例。
public:
static IAsyncOperation<PhotoImportSource ^> ^ FromIdAsync(Platform::String ^ sourceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PhotoImportSource> FromIdAsync(winrt::hstring const& sourceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PhotoImportSource> FromIdAsync(string sourceId);
function fromIdAsync(sourceId)
Public Shared Function FromIdAsync (sourceId As String) As IAsyncOperation(Of PhotoImportSource)
參數
- sourceId
-
String
Platform::String
winrt::hstring
建立相片匯入來源的根資料夾。
傳回
在成功完成時傳回 PhotoImportSource 的非同步作業。
- 屬性