ProgressDialog.ShowProgress Metodo

Definizione

Overload

ShowProgress(Int32)

public:
 void ShowProgress(int value);
public void ShowProgress(int value);
member this.ShowProgress : int -> unit
Public Sub ShowProgress (value As Integer)

Parametri

value
Int32

Si applica 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)

Parametri

message
String

Si applica 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)

Parametri

message
String
value
Int32

Si applica a