Edit

desktop5:ItemType

Contains the type of command to be registered in the context menu.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop5:Extension>
               └─ <desktop5:FileExplorerContextMenus>
                  └─ <desktop5:ItemType>

Syntax

<desktop5:ItemType
  Type = 'A required value. <!-- TODO: Add description for desktop5:ST_FileTypeOrStarWithDirectory -->' >

  <!-- Child elements -->
  desktop5:Verb{0,10000}

</desktop5:ItemType>

Key

{} specific range of occurrences

Attributes

Attribute Description Data type Required Default value
Type The file type to associate the context menu handler with. A value. Yes

Child elements

Child element Description
desktop5:Verb Names and class IDs of the commands registered in the Shell for a file explorer context menu.

Parent elements

Parent element Description
desktop4:FileExplorerContextMenus Registers items for the context menu of File Explorer.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/5
Minimum OS Version Windows 10 version 1809 (Build 17763)

Remarks

Examples