ProgressDialog.ShowProgress Méthode
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.
Surcharges
| ShowProgress(Int32) | |
| ShowProgress(String) | |
| ShowProgress(String, Int32) |
ShowProgress(Int32)
public:
void ShowProgress(int value);
public void ShowProgress (int value);
member this.ShowProgress : int -> unit
Public Sub ShowProgress (value As Integer)
Paramètres
- value
- Int32
S’applique à
ShowProgress(String)
public:
void ShowProgress(System::String ^ message);
public void ShowProgress (string message);
member this.ShowProgress : string -> unit
Public Sub ShowProgress (message As String)
Paramètres
- message
- String