IVsUIWin32ImageList.GetHIMAGELIST Method

Definition

Overloads

GetHIMAGELIST(Int32)

Returns the HIMAGELIST handle for the element.

GetHIMAGELIST(IntPtr)

GetHIMAGELIST(Int32)

Returns the HIMAGELIST handle for the element.

public:
 int GetHIMAGELIST([Runtime::InteropServices::Out] int % phImageList);
int GetHIMAGELIST([Runtime::InteropServices::Out] int & phImageList);
public int GetHIMAGELIST (out int phImageList);
abstract member GetHIMAGELIST :  -> int
Public Function GetHIMAGELIST (ByRef phImageList As Integer) As Integer

Parameters

phImageList
Int32

[out] Location to return the handle.

Returns

Returns S_OK if the handle was returned.

Applies to

GetHIMAGELIST(IntPtr)

public:
 int GetHIMAGELIST([Runtime::InteropServices::Out] IntPtr % phImageList);
public int GetHIMAGELIST (out IntPtr phImageList);
abstract member GetHIMAGELIST : nativeint -> int
Public Function GetHIMAGELIST (ByRef phImageList As IntPtr) As Integer

Parameters

phImageList
IntPtr

nativeint

Returns

Applies to