Method | Description | |
---|---|---|
ProgressViewModel ( ) : System |
Initializes a new instance of the ProgressViewModel class.
|
|
UpdateState ( TaskbarItemProgressState state ) : void |
Updates the progress state.
|
|
UpdateState ( TaskbarItemProgressState state, double progressPercent ) : void |
Updates the progress state.
|
|
UpdateState ( TaskbarItemProgressState state, double progressPercent, string info ) : void |
Updates the progress state.
|
|
UpdateState ( TaskbarItemProgressState state, double progressPercent, string info, StatusType infoType ) : void |
Updates the progress state.
|
public UpdateState ( TaskbarItemProgressState state ) : void | ||
state | TaskbarItemProgressState | The state. |
return | void |
public UpdateState ( TaskbarItemProgressState state, double progressPercent ) : void | ||
state | TaskbarItemProgressState | The state. |
progressPercent | double | The progress percent (0 to 1). |
return | void |
public UpdateState ( TaskbarItemProgressState state, double progressPercent, string info ) : void | ||
state | TaskbarItemProgressState | The state. |
progressPercent | double | The progress percent (0 to 1). |
info | string | The extra information. |
return | void |
public UpdateState ( TaskbarItemProgressState state, double progressPercent, string info, StatusType infoType ) : void | ||
state | TaskbarItemProgressState | The state. |
progressPercent | double | The progress percent (0 to 1). |
info | string | The extra information. |
infoType | StatusType | Type of the information. |
return | void |