VsDefaultButtonBarImagesClass.GetImageList(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Buttonbar image list.
public:
virtual int GetImageList([Runtime::InteropServices::Out] IntPtr % phImageList) = Microsoft::VisualStudio::TextManager::Interop::IVsDefaultButtonBarImages::GetImageList;
public:
virtual int GetImageList([Runtime::InteropServices::Out] IntPtr % phImageList);
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
Parameters
- phImageList
-
IntPtr
nativeint
[out] Handle of the image list.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.