Metodo VsTextManagerClass.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
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
Parametri
ppShortcutMgr
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsShortcutManager%[out] Puntatore a IVsShortcutManager collegare, utilizzato per gestire i collegamenti nell'elenco attività.
Valore restituito
Tipo: Int32
Implementa
IVsTextManager.GetShortcutManager(IVsShortcutManager%)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.