Share via


IVsUIWin32Icon.GetHICON Method

Definition

Overloads

GetHICON(Int32)

Returns the HICON handle for the icon.

GetHICON(IntPtr)

GetHICON(Int32)

Returns the HICON handle for the icon.

public int GetHICON(out int phIcon);

Parameters

phIcon
Int32

[out] Location to return the handle.

Returns

Returns S_OK if the handle was returned.

Applies to

GetHICON(IntPtr)

public int GetHICON(out IntPtr phIcon);

Parameters

phIcon
IntPtr

Returns

Applies to