IProgressDialogSetProgress Method
Updates the progress dialog box with the current state of the operation.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void SetProgress(
uint completed,
uint total
)
Sub SetProgress (
completed As UInteger,
total As UInteger
)
Dim instance As IProgressDialog
Dim completed As UInteger
Dim total As UInteger
instance.SetProgress(completed, total)
void SetProgress(
unsigned int completed,
unsigned int total
)
abstract SetProgress :
completed : uint32 *
total : uint32 -> unit
No code example is currently available or this language may not be supported.
Parameters
- completed UInt32
-
An application-defined value that indicates what proportion of the
operation has been completed at the time the method was called.
- total UInt32
-
An application-defined value that specifies what value completed will
have when the operation is complete.