WizardFramework.SetButtonText(FrameworkButton, String) 方法

定義

設定指定之按鈕的文字。

public:
 virtual void SetButtonText(Microsoft::SqlServer::Management::SqlWizardFramework::FrameworkButton button, System::String ^ text);
public void SetButtonText (Microsoft.SqlServer.Management.SqlWizardFramework.FrameworkButton button, string text);
abstract member SetButtonText : Microsoft.SqlServer.Management.SqlWizardFramework.FrameworkButton * string -> unit
override this.SetButtonText : Microsoft.SqlServer.Management.SqlWizardFramework.FrameworkButton * string -> unit
Public Sub SetButtonText (button As FrameworkButton, text As String)

參數

button
FrameworkButton

FrameworkButton 物件,該物件表示面板上的按鈕。

text
String

按鈕的文字。

適用於