Share via


ThreadedWaitDialogProgressData.NextStep Method

Definition

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.

Applies to