ServiceProgressData::CurrentStep Property

Visual Studio 2015
 

Gets the number of the current step.

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

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

Property Value

Type: System::Int32

The number of the current step.

Return to top
Show: