ThreadedWaitDialogProgressData::TotalSteps Property

Visual Studio 2015
 

Total number of steps available. Use 0 to display the indeterminate marquee in the wait dialog.

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

public:
property int TotalSteps {
	[CompilerGeneratedAttribute]
	int get();
}

Property Value

Type: System::Int32

Returns Int32.

Return to top
Show: