ThreadedWaitDialogProgressData.NextStep Méthode

Définition

Crée un clone de cette instance avec CurrentStep incrémenté d’une unité. Aucune validation n’est effectuée par cette méthode pour garantir que CurrentStep reste inférieur ou égal à TotalSteps.

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

Retours

ThreadedWaitDialogProgressData

Clone modifié de cette instance.

Remarques

Aucune validation n’est effectuée par cette méthode pour garantir que CurrentStep reste inférieur ou égal à TotalSteps .

S’applique à