Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 2.05 KB

element-desktop10-iconhandler.md

File metadata and controls

63 lines (40 loc) · 2.05 KB
title description ms.date ms.topic keywords
desktop10:IconHandler
Enables an IconHandler for a file type association.
04/05/2017
reference
windows 10, uwp, schema, manifest, desktop, extension

desktop10:IconHandler

Enables an IconHandler for a file type association.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <desktop10:IconHandler>

Syntax

<desktop10:IconHandler
  Clsid = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' />

Attributes and elements

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 extensibility point for the app.

Remarks

A <desktop10:IconHandler> element can only exist under a <FileTypeAssociation> element that is defined with an <Application> element that has: EntryPoint="windows.FullTrustApplication".

Requirements

Item Value
desktop10 http://schemas.microsoft.com/appx/manifest/desktop/windows10/10
Minimum OS Version Windows 11 version 22H2 (Build 22621)