CommonMessagePump.WaitText 属性

定义

获取或设置等待对话框文本。

public:
 property System::String ^ WaitText { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ WaitText { Platform::String ^ get(); void set(Platform::String ^ value); };
public string WaitText { get; set; }
member this.WaitText : string with get, set
Public Property WaitText As String

属性值

String

等待对话框文本。

注解

这可以在调用 ModalWaitForHandles 之前或在 ModalWaitForHandlesWithClient 中的某个回调期间设置。

适用于