CommonMessagePump::TotalSteps Property

 

Gets the total number of steps 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 TotalSteps {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The total number of steps for the progress control of the wait dialog

Return to top
Show: