Share via


WizardFramework.SetHelpKey 메서드

Sets the help key for the specified control.

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

구문

‘선언
Public Sub SetHelpKey ( _
    ctl As Control, _
    helpKey As String _
)
‘사용 방법
Dim instance As WizardFramework 
Dim ctl As Control 
Dim helpKey As String

instance.SetHelpKey(ctl, helpKey)
public void SetHelpKey(
    Control ctl,
    string helpKey
)
public:
virtual void SetHelpKey(
    Control^ ctl, 
    String^ helpKey
) sealed
abstract SetHelpKey : 
        ctl:Control * 
        helpKey:string -> unit  
override SetHelpKey : 
        ctl:Control * 
        helpKey:string -> unit
public final function SetHelpKey(
    ctl : Control, 
    helpKey : String
)

매개 변수

참고 항목

참조

WizardFramework 클래스

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