IVsProfferCommands3 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute, recherche, renomme et supprime les commandes de l'interface utilisateur.
public interface class IVsProfferCommands3
public interface class IVsProfferCommands3
__interface IVsProfferCommands3
[System.Runtime.InteropServices.Guid("3A83904D-4540-4C51-95A7-618B32A9A9C0")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProfferCommands3
[<System.Runtime.InteropServices.Guid("3A83904D-4540-4C51-95A7-618B32A9A9C0")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProfferCommands3 = interface
Public Interface IVsProfferCommands3
- Dérivé
- Attributs
Méthodes
| AddCommandBar(String, UInt32, Object, UInt32, Object) |
Ajoute une barre de commandes à l'interface utilisateur. |
| AddCommandBarControl(String, Object, UInt32, UInt32, Object) |
Ajoute un contrôle à une barre de commandes. |
| AddNamedCommand(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid[]) |
Ajoute une commande nommée. |
| AddNamedCommand2(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid[], UInt32) |
Ajoute une commande nommée. Cette version comporte un paramètre qui spécifie un élément d'interface. |
| FindCommandBar(Object, Guid, UInt32, Object) |
Recherche une barre d'outils spécifique. |
| RemoveCommandBar(Object) |
Supprime une barre de commandes. |
| RemoveCommandBarControl(Object) |
Supprime un contrôle d'une barre de commandes. |
| RemoveNamedCommand(String) |
Supprime une commande nommée. |
| RenameNamedCommand(String, String, String) |
Renomme une commande nommée. |