IVsUIWin32ImageList::GetHIMAGELIST Method (Int32)

 

Returns the HIMAGELIST handle for the element.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int GetHIMAGELIST(
	[OutAttribute] int% phImageList
)

Parameters

phImageList
Type: System::Int32

[out] Location to return the handle.

Return Value

Type: System::Int32

Returns S_OK if the handle was returned.

Return to top
Show: