Description
Sets the progress meter to its initial reading and make it visible. You may choose to display the string passed into the method. Do not modify this string after passing it to Start().
If you override this function in your derived HostApplicationProgressMeter class, do not modify the displayString argument passed in by the caller.
Visual Basic
Public virtual Function Start( displayString As string ) As void
C#
public virtual void Start( string displayString );
Parameters
Parameters | Description |
---|---|
string displayString | Input optional string to display with the meter. |