IVsButtonBar 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.
Fournit un bouton définir en bas d’une fenêtre de code.
public interface class IVsButtonBar
public interface class IVsButtonBar
__interface IVsButtonBar
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("4C4095EC-0AF1-48B2-A900-DB496765EE9E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsButtonBar
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("4C4095EC-0AF1-48B2-A900-DB496765EE9E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsButtonBar = interface
Public Interface IVsButtonBar
- Attributs
Méthodes
| Attach(IntPtr, Int32, IntPtr, IVsButtonBarClient) |
Crée des combinaisons fenêtre/bouton. |
| Detach() |
Rompt le lien entre une barre de boutons et son client. |
| GetClient(IVsButtonBarClient) |
Retourne le client associé à une barre de bouton. |
| GetCurrentSelection(Int32) |
Retourne le numéro du bouton actuellement enfoncé. |
| GetSize(Int32, Int32) |
Obtient la taille de la barre de bouton. |
| SetCurrentSelection(Int32) |
Spécifie le bouton sélectionné. |
| SetHeight(Int32) |
Spécifie la hauteur de la barre de bouton. |