次の方法で共有


PhotoImportProgress 構造体

定義

非同期写真のインポート操作の進行状況データ。

public value class PhotoImportProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct PhotoImportProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct PhotoImportProgress
var photoImportProgress = {
itemsImported : /* Your value */,
totalItemsToImport : /* Your value */,
bytesImported : /* Your value */,
totalBytesToImport : /* Your value */,
importProgress : /* Your value */
}
Public Structure PhotoImportProgress
継承
PhotoImportProgress
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

BytesImported

インポートされたバイト数。

ImportProgress

現在のインポートの進行状況。0 から 1 までの浮動小数点値として表されます。

ItemsImported

インポートされたアイテムの数。

TotalBytesToImport

インポートする合計バイト数。

TotalItemsToImport

インポートするアイテムの合計数。

適用対象