IVsUIAccelerator::get_Modifiers Method (UInt32)

 

Retrieves the modifiers for the accelerator key.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int get_Modifiers(
	[OutAttribute] unsigned int% pdwModifiers
)

Parameters

pdwModifiers
Type: System::UInt32

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

Return Value

Type: System::Int32

Returns S_OK when the modifiers have been returned.

Return to top
Show: