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

按鈕的文字。

適用於