DownloadProgressEventArgs.Progress 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.
Obtient la progression du téléchargement sous la forme d’une valeur comprise entre 0 et 100.
public:
property int Progress { int get(); void set(int value); };
int Progress();
void Progress(int value);
public int Progress { get; set; }
var int32 = downloadProgressEventArgs.progress;
downloadProgressEventArgs.progress = int32;
Public Property Progress As Integer
Valeur de propriété
Int32
int
Progression du téléchargement. La valeur 0 n’indique aucune progression ; 100 indique que le téléchargement est terminé.