ServiceProgressData::WaitMessage Property

Visual Studio 2015
 

Gets the message that is displayed to the user.

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

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

Property Value

Type: System::String^

The message that is displayed to the user.

Return to top
Show: