ProgressWindow.ProgressValue(Int32, Int32) 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.
public:
virtual void ProgressValue(int _index, int _progressValue);
public virtual void ProgressValue (int _index, int _progressValue);
abstract member ProgressValue : int * int -> unit
override this.ProgressValue : int * int -> unit
Public Overridable Sub ProgressValue (_index As Integer, _progressValue As Integer)
Parameters
- _index
- Int32
- _progressValue
- Int32