BackgroundTransferFileRange Struct

Definizione

Contiene informazioni sullo stato relative all'operazione di trasferimento file.

public value class BackgroundTransferFileRange
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
struct BackgroundTransferFileRange
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public struct BackgroundTransferFileRange
var backgroundTransferFileRange = {
offset : /* Your value */,
length : /* Your value */
}
Public Structure BackgroundTransferFileRange
Ereditarietà
BackgroundTransferFileRange
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 Fall Creators Update (è stato introdotto in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v5.0)

Campi

Length

Lunghezza.

Offset

Offset.

Si applica a

Vedi anche