_IDispWizComboEvents_SinkHelper.KeyDown Method
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
'宣告
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.