IVsTask2::WaitMessage Property

Visual Studio 2015
 

Gets or sets the message that is displayed in the Threaded Wait Dialog when the UI thread calls GetResult or Wait and the task isn't complete. If no WaitMessage is supplied (either null or whitespace) a generic message will be used.

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

[DispIdAttribute(1610743808)]
property String^ WaitMessage {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The wait message

Return to top
Show: