Compartir a través de


IVsTextManager.GetShortcutManager (Método)

Devuelve el administrador de acceso directo.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManager Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)