From e886cdf814f33715a5beceae1bc70a3a27e8ba70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jialun=20Hu=20=EF=BC=88=E8=83=A1=E4=BD=B3=E4=BC=A6?= =?UTF-8?q?=EF=BC=89?= Date: Fri, 6 Mar 2026 15:25:29 +0800 Subject: [PATCH] Update remarks on taskbar icon precedence Clarified that existing shell link icons and RelaunchIconResource take precedence over this method. --- microsoft.ui.windowing/appwindow_settaskbaricon_313007636.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/microsoft.ui.windowing/appwindow_settaskbaricon_313007636.md b/microsoft.ui.windowing/appwindow_settaskbaricon_313007636.md index d8093d6f..9dda179f 100644 --- a/microsoft.ui.windowing/appwindow_settaskbaricon_313007636.md +++ b/microsoft.ui.windowing/appwindow_settaskbaricon_313007636.md @@ -23,6 +23,8 @@ The path of the icon. For more information about setting the icon, see [SetIcon](appwindow_seticon_348408788.md). This method works the same way, but lets you set the taskbar icon independently of the title bar icon. +Icons from existing shell links and [System.AppUserModel.RelaunchIconResource](/windows/win32/properties/props-system-appusermodel-relaunchiconresource) take precedence. In these cases, this method cannot change the taskbar icon. + ## -see-also [SetIcon](appwindow_seticon_348408788.md), [SetTitleBarIcon](appwindow_settitlebaricon_1410311439.md)