IVsUIAccelerator.get_Modifiers Method
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)
Syntax
'Declaration
Function get_Modifiers ( _
<OutAttribute> ByRef pdwModifiers As UInteger _
) As Integer
int get_Modifiers(
out uint pdwModifiers
)
int get_Modifiers(
[OutAttribute] unsigned int% pdwModifiers
)
abstract get_Modifiers :
pdwModifiers:uint32 byref -> int
function get_Modifiers(
pdwModifiers : uint
) : int
Parameters
pdwModifiers
Type: UInt32%[out] The modifiers for the accelerator key. For example, Shift, Control, Alt, and so on.
Return Value
Type: Int32
Returns S_OK when the modifiers have been returned.
.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.