ThreadedWaitDialogProgressData.NextStep 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.
Creates a clone of this instance with CurrentStep incremented by one.
public:
Microsoft::VisualStudio::Shell::ThreadedWaitDialogProgressData ^ NextStep();
Microsoft::VisualStudio::Shell::ThreadedWaitDialogProgressData NextStep();
public Microsoft.VisualStudio.Shell.ThreadedWaitDialogProgressData NextStep ();
member this.NextStep : unit -> Microsoft.VisualStudio.Shell.ThreadedWaitDialogProgressData
Public Function NextStep () As ThreadedWaitDialogProgressData
Returns
A modified clone of this instance.
Remarks
No validation is done by this method to ensure that CurrentStep remains less than or equal to TotalSteps.