VsDefaultButtonBarImagesClass.GetImageList(IntPtr) 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.
Retourne la liste d'images de la barre de boutons.
public:
virtual int GetImageList([Runtime::InteropServices::Out] IntPtr % phImageList) = Microsoft::VisualStudio::TextManager::Interop::IVsDefaultButtonBarImages::GetImageList;
public virtual int GetImageList (out IntPtr phImageList);
abstract member GetImageList : nativeint -> int
override this.GetImageList : nativeint -> int
Public Overridable Function GetImageList (ByRef phImageList As IntPtr) As Integer
Paramètres
- phImageList
- IntPtr
[out] Handle de la liste d'images.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.