IVsDefaultButtonBarImages.GetImageList(IntPtr) Method

Definition

Returns the Buttonbar image list.

C++
public:
 int GetImageList([Runtime::InteropServices::Out] IntPtr % phImageList);

Parameters

phImageList
IntPtr

[out] Handle of the image list.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

cpp#
HRESULT IVsDefaultButtonBarImages::GetImageList(  
   [out] HANDLE *phImageList  
);  

Do not attempt to free the image list that is returned. The implementer of this interface does that.

Applies to

Produkt Versiounen
Visual Studio SDK 2015, 2017, 2019, 2022