PhotoImportProgress Struktur
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Data kemajuan untuk operasi impor foto asinkron.
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
- Warisan
-
PhotoImportProgress
- Atribut
Persyaratan Windows
Rangkaian perangkat |
Windows 10 (diperkenalkan dalam 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v1.0)
|
Bidang
BytesImported |
Jumlah byte yang telah diimpor. |
ImportProgress |
Kemajuan impor saat ini, dinyatakan sebagai nilai floating point dari 0 hingga 1. |
ItemsImported |
Jumlah item yang telah diimpor. |
TotalBytesToImport |
Jumlah total byte yang akan diimpor. |
TotalItemsToImport |
Jumlah total item yang akan diimpor. |