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: 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.

.NET Framework Security

See Also

Reference

IVsUIAccelerator Interface

Microsoft.VisualStudio.Shell.Interop Namespace