Condividi tramite


Metodo IVsTextManager.GetShortcutManager

restituisce l'amministratore di collegamento.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop