ProgressDialog.ShowProgress Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
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