Compartilhar via


IVsUIAccelerator.get_Modifiers(UInt32) Method

Definition

Retrieves the modifiers for the accelerator key.

public:
 int get_Modifiers([Runtime::InteropServices::Out] System::UInt32 % pdwModifiers);
public int get_Modifiers (out uint pdwModifiers);
abstract member get_Modifiers : uint32 -> int
Public Function get_Modifiers (ByRef pdwModifiers As UInteger) As Integer

Parameters

pdwModifiers
UInt32

[out] The modifiers for the accelerator key. For example, Shift, Control, Alt, and so on.

Returns

Returns S_OK when the modifiers have been returned.

Applies to