VsTextManagerClass.GetShortcutManager, méthode
Retourne le gestionnaire de raccourcis.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
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
Paramètres
ppShortcutMgr
Type : Microsoft.VisualStudio.TextManager.Interop.IVsShortcutManager%[out] pointeur à l'interface d'IVsShortcutManager, qui est utilisée pour gérer des raccourcis dans la liste des tâches.
Valeur de retour
Type : Int32
Implémentations
IVsTextManager.GetShortcutManager(IVsShortcutManager%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.