ProgressDialog.ShowProgress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- value
- Int32
Applies to
ShowProgress(String)
public:
void ShowProgress(System::String ^ message);
public void ShowProgress (string message);
member this.ShowProgress : string -> unit
Public Sub ShowProgress (message As String)
Parameters
- message
- String