WizardButtonsPanel.GetWizardButton 메서드

Returns the specified wizard button as a Button object.

네임스페이스:  Microsoft.SqlServer.Management.SqlWizardFramework
어셈블리:  Microsoft.SqlServer.Management.SqlWizardFramework(Microsoft.SqlServer.Management.SqlWizardFramework.dll)

구문

‘선언
Public Function GetWizardButton ( _
    wizardButton As FrameworkButton _
) As Button
‘사용 방법
Dim instance As WizardButtonsPanel 
Dim wizardButton As FrameworkButton 
Dim returnValue As Button 

returnValue = instance.GetWizardButton(wizardButton)
public Button GetWizardButton(
    FrameworkButton wizardButton
)
public:
Button^ GetWizardButton(
    FrameworkButton wizardButton
)
member GetWizardButton : 
        wizardButton:FrameworkButton -> Button
public function GetWizardButton(
    wizardButton : FrameworkButton
) : Button

매개 변수

반환 값

유형: System.Windows.Forms.Button
A Button object that represents the specified wizard button.

참고 항목

참조

WizardButtonsPanel 클래스

Microsoft.SqlServer.Management.SqlWizardFramework 네임스페이스