Delegado _IDispWizComboEvents_KeyDownEventHandler
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Delegate Sub _IDispWizComboEvents_KeyDownEventHandler ( _
nKeyCode As Short _
)
[ComVisibleAttribute(false)]
public delegate void _IDispWizComboEvents_KeyDownEventHandler(
short nKeyCode
)
[ComVisibleAttribute(false)]
public delegate void _IDispWizComboEvents_KeyDownEventHandler(
short nKeyCode
)
[<ComVisibleAttribute(false)>]
type _IDispWizComboEvents_KeyDownEventHandler =
delegate of
nKeyCode:int16 -> unit
JScript não oferece suporte a delegados.
Parâmetros
- nKeyCode
Tipo: System.Int16