Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables an IconHandler for a file type association.
Element hierarchy
<Package>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <desktop10:Extension>
└─ <desktop10:FileTypeAssociation>
└─ <desktop10:IconHandler>
Syntax
<desktop10:IconHandler
Clsid = 'A required GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' />
Attributes
| 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 |
Child elements
None.
Parent elements
| Parent element | Description |
|---|---|
| uap:FileTypeAssociation | Declares an app extensibility point of type windows.fileTypeAssociation. A file type association indicates that the app is registered to handle files of the specified types. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/10 |
| Minimum OS Version | Windows 11 version 22H2 (Build 22621) |
Remarks
A <desktop10:IconHandler> element can only exist under a <FileTypeAssociation> element that is defined with an <Application> element that has: EntryPoint="windows.FullTrustApplication".