IVsUIAccelerator.get_Modifiers(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.