_IDispWizComboEvents_KeyDownEventHandler – delegát
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
<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
Jazyk JScript nepodporuje delegáty.
Parametry
- nKeyCode
Typ: System.Int16