Freigeben über


PhotoImportProgress Struktur

Definition

Die Statusdaten für einen asynchronen Fotoimportvorgang.

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
Vererbung
PhotoImportProgress
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

BytesImported

Die Anzahl der importierten Bytes.

ImportProgress

Der aktuelle Importfortschritt, ausgedrückt als Gleitkommawert von 0 bis 1.

ItemsImported

Die Anzahl der importierten Elemente.

TotalBytesToImport

Die Gesamtanzahl der zu importierenden Bytes.

TotalItemsToImport

Die Gesamtanzahl der zu importierenden Elemente.

Gilt für: