ProgressEventArgs.Total Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Nombre total d’octets de contenu qui seront transférés pendant l’opération. Si la taille totale est inconnue, cette valeur est égale à zéro.
public:
property long Total { long get(); void set(long value); };
public long Total { get; set; }
member this.Total : int64 with get, set
Public Property Total As Long