Lenguaje

ProgressDialog.ShowProgress Método

Definición

Sobrecargas

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

Se aplica a

ShowProgress(String, Int32)

public:
 void ShowProgress(System::String ^ message, int value);
public void ShowProgress(string message, int value);
member this.ShowProgress : string * int -> unit
Public Sub ShowProgress (message As String, value As Integer)

Parámetros

message
String
value
Int32

Se aplica a