ProgressDialog.ShowProgress Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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)
Parameter
- value
- Int32
Berlaku untuk
ShowProgress(String)
public:
void ShowProgress(System::String ^ message);
public void ShowProgress (string message);
member this.ShowProgress : string -> unit
Public Sub ShowProgress (message As String)
Parameter
- message
- String