Método VsTextManagerClass.GetShortcutManager
Retorna o Gerenciador de atalho.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Public Overridable Function GetShortcutManager ( _
<OutAttribute> ByRef ppShortcutMgr As IVsShortcutManager _
) As Integer
public virtual int GetShortcutManager(
out IVsShortcutManager ppShortcutMgr
)
public:
virtual int GetShortcutManager(
[OutAttribute] IVsShortcutManager^% ppShortcutMgr
)
abstract GetShortcutManager :
ppShortcutMgr:IVsShortcutManager byref -> int
override GetShortcutManager :
ppShortcutMgr:IVsShortcutManager byref -> int
public function GetShortcutManager(
ppShortcutMgr : IVsShortcutManager
) : int
Parâmetros
ppShortcutMgr
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsShortcutManager%[out] Ponteiro para o IVsShortcutManager interface, que é usado para gerenciar os atalhos na lista de tarefas.
Valor de retorno
Tipo: Int32
Implementações
IVsTextManager.GetShortcutManager(IVsShortcutManager%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.