Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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
'Declaração
Public Overridable Sub OnHelp ( _
bstrKeyword As String _
)
public virtual void OnHelp(
string bstrKeyword
)
public:
virtual void OnHelp(
[InAttribute] String^ bstrKeyword
)
abstract OnHelp :
bstrKeyword:string -> unit
override OnHelp :
bstrKeyword:string -> unit
public function OnHelp(
bstrKeyword : String
)
Parameters
- bstrKeyword
Type: System.String
Required. The string containing the keyword for the help topic.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.