Win32Interop.GetIconFromIconId(IconId) method
Reference
Definition
Namespace: Microsoft.UI
Gets the icon handle that corresponds to the specified iconId, if the provided iconId is valid and the system has an HICON
that represents the icon.
public static IntPtr GetIconFromIconId(IconId iconId);
Parameters
iconId
IconId
The identifier for the icon.
Returns
The icon handle that corresponds to the specified iconId, if the provided iconId is valid and the system has an HICON
that represents the icon. Otherwise, null
.
Applies to
Product | Introduced in |
---|---|
WinUI 3 | Windows App SDK 1.0 |
See also
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Windows developer