CommonMessagePump.ProgressText 属性

定义

获取进度文本。

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

属性值

String

进度文本。

适用于