Win32Interop.GetIconIdFromIcon(IntPtr) method
Reference
Definition
Namespace: Microsoft.UI
Gets the IconId
that corresponds to the specified hicon, if the provided hicon
is valid.
public static IconId GetIconIdFromIcon(IntPtr hicon);
Parameters
hicon
IntPtr
The handle of the icon for which to get the IconId
.
Returns
The icon identifier that corresponds to the specified hicon, if the provided hicon is valid. Otherwise, null
.
Applies to
Product | Introduced in |
---|---|
WinUI 3 | Windows App SDK 1.0 |
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Windows developer