IVsProfferCommands4.RemoveCommandBar(Object) Méthode
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.
Supprime une barre de commandes.
public:
int RemoveCommandBar(System::Object ^ pCmdBar);
public:
int RemoveCommandBar(Platform::Object ^ pCmdBar);
int RemoveCommandBar(winrt::Windows::Foundation::IInspectable const & pCmdBar);
public int RemoveCommandBar (object pCmdBar);
abstract member RemoveCommandBar : obj -> int
Public Function RemoveCommandBar (pCmdBar As Object) As Integer
Paramètres
- pCmdBar
- Object
[in] Barre de commandes à supprimer.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.