IVsProfferCommands4.RemoveCommandBar(Object) Méthode

Définition

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

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Implémente

S’applique à