Partilhar via


Método IVsTextManager.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
Function GetShortcutManager ( _
    <OutAttribute> ByRef ppShortcutMgr As IVsShortcutManager _
) As Integer
int GetShortcutManager(
    out IVsShortcutManager ppShortcutMgr
)
int GetShortcutManager(
    [OutAttribute] IVsShortcutManager^% ppShortcutMgr
)
abstract GetShortcutManager : 
        ppShortcutMgr:IVsShortcutManager byref -> int
function GetShortcutManager(
    ppShortcutMgr : IVsShortcutManager
) : int

Parâmetros

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextManager::GetShortcutManager(
   [out]IVsShortcutManager **ppShortcutMgr
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextManager Interface

Namespace Microsoft.VisualStudio.TextManager.Interop