Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Sub KeyDown ( _
A_1 As Short _
)
public virtual void KeyDown(
short A_1
)
public:
virtual void KeyDown(
short A_1
)
abstract KeyDown :
A_1:int16 -> unit
override KeyDown :
A_1:int16 -> unit
public function KeyDown(
A_1 : short
)
Parameters
- A_1
Type: System.Int16
Implements
_IDispWizComboEvents.KeyDown(Int16)
.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.