ThreadedWaitDialogProgressData::NextStep Method ()

Visual Studio 2015
 

Creates a clone of this instance with CurrentStep incremented by one. No validation is done by this method to ensure that CurrentStep remains less than or equal to TotalSteps.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public:
ThreadedWaitDialogProgressData^ NextStep()

Return Value

Type: Microsoft.VisualStudio.Shell::ThreadedWaitDialogProgressData^

A modified clone of this instance.

Return to top
Show: