IVsTask2.WaitMessage Property

Definition

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.

public:
 property System::String ^ WaitMessage { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ WaitMessage { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string WaitMessage { get; set; }
public string WaitMessage { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.WaitMessage : string with get, set
member this.WaitMessage : string with get, set
Public Property WaitMessage As String

Property Value

The wait message

Attributes

Applies to