ProgressDialog.ShowProgress Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| 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)
Parámetros
- value
- Int32
Se aplica a
ShowProgress(String)
public:
void ShowProgress(System::String ^ message);
public void ShowProgress (string message);
member this.ShowProgress : string -> unit
Public Sub ShowProgress (message As String)
Parámetros
- message
- String