IVsUIAccelerator.get_Modifiers Method
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, etc…
Return Value
Type: System.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.