desktop10:IconHandler
Enables an IconHandler for a file type association.
<desktop10:IconHandler>
XML
<desktop10:IconHandler
Clsid = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' />
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
Clsid | The ID for activating the COM class. | A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. | Yes |
None.
Parent element | Description |
---|---|
uap:FileTypeAssociation | Declares an extensibility point for the app. |
A <desktop10:IconHandler>
element can only exist under a <FileTypeAssociation>
element that is defined with an <Application>
element that has: EntryPoint="windows.FullTrustApplication".
Item | Value |
---|---|
desktop10 | http://schemas.microsoft.com/appx/manifest/desktop/windows10/10 |
Minimum OS Version | Windows 11 version 22H2 (Build 22621) |