Método IVsUIAccelerator.get_Modifiers (UInt32)
Publicado: abril de 2016
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int get_Modifiers(
out uint pdwModifiers
)
int get_Modifiers(
[OutAttribute] unsigned int% pdwModifiers
)
abstract get_Modifiers :
pdwModifiers:uint32 byref -> int
Function get_Modifiers (
<OutAttribute> ByRef pdwModifiers As UInteger
) As Integer
Parâmetros
- pdwModifiers
[out] Os modificadores para a tecla aceleradora.Por exemplo, shift, alt, etc … de controle,
Valor de retorno
Type: System.Int32
Retorna S_OK quando os modificadores tenham sido retornados.
Consulte também
Interface IVsUIAccelerator
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo