Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 _
)
void OnHelp(
string bstrKeyword
)
void OnHelp(
[InAttribute] String^ bstrKeyword
)
abstract OnHelp :
bstrKeyword:string -> unit
function OnHelp(
bstrKeyword : String
)
Parameters
bstrKeyword
Type: StringRequired. The string containing the keyword for the help topic.
.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.