ServiceProgressData::ProgressText Property

Visual Studio 2015
 

Gets the message that indicates the current progress.

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

public:
property String^ ProgressText {
	[CompilerGeneratedAttribute]
	String^ get();
}

Property Value

Type: System::String^

The message that indicates the current progress.

Return to top
Show: