CommonMessagePump::CurrentStep Property

 

Gets the current step for the progress control of the wait dialog.

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

public:
property int CurrentStep {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The current step for the progress control of the wait dialog.

Return to top
Show: