Compartilhar via


ProgressDialog.ShowProgress Método

Definição

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

Aplica-se 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

Aplica-se 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

Aplica-se a