Sdílet prostřednictvím


IVCWizCtlUI.OnHelp Method

Called by the wizard when the user clicks the Help button to display any HTML Help topics associated with the wizard HTML page.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Sub OnHelp ( _
    bstrKeyword As String _
)
'Usage
Dim instance As IVCWizCtlUI
Dim bstrKeyword As String

instance.OnHelp(bstrKeyword)
void OnHelp(
    string bstrKeyword
)
void OnHelp(
    [InAttribute] String^ bstrKeyword
)
function OnHelp(
    bstrKeyword : String
)

Parameters

  • bstrKeyword
    Type: System.String

    Required. The string containing the keyword for the help topic.

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace