IVsUIWin32Icon::GetHICON Method (Int32)

 

Returns the HICON handle for the icon.

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

int GetHICON(
	[OutAttribute] int% phIcon
)

Parameters

phIcon
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: