_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 _
)
用法
Dim instance As _IDispWizComboEvents_SinkHelper
Dim A_1 As Short

instance.KeyDown(A_1)
public virtual void KeyDown(
    short A_1
)
public:
virtual void KeyDown(
    short A_1
)
public function KeyDown(
    A_1 : short
)

Parameters

Implements

_IDispWizComboEvents.KeyDown(Int16)

Permissions

See Also

Reference

_IDispWizComboEvents_SinkHelper Class

_IDispWizComboEvents_SinkHelper Members

Microsoft.VisualStudio.VsWizard Namespace