IVsDefaultButtonBarImages::GetImageList Method (IntPtr)
Visual Studio 2015
Returns the Buttonbar image list.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- phImageList
-
Type:
System::IntPtr
[out] Handle of the image list.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsDefaultButtonBarImages::GetImageList( [out] HANDLE *phImageList );
Do not attempt to free the image list that is returned. The implementer of this interface does that.
Show: