IVsTask2.WaitMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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