다음을 통해 공유


ThreadedWaitDialogProgressData.NextStep 메서드

정의

1씩 증분된 이 instance CurrentStep 복제본을 만듭니다.

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

반환

이 instance 수정된 복제본입니다.

설명

이 메서드는 보다 작거나 같은 TotalSteps상태로 유지되도록 CurrentStep 유효성 검사를 수행하지 않습니다.

적용 대상