Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 2.03 KB

element-uap2-supportedverbs.md

File metadata and controls

69 lines (43 loc) · 2.03 KB
ms.assetid title description ms.date ms.topic keywords
0a5b6804-915b-43b4-87ba-56a0018e58ad
uap2:SupportedVerbs
Contains verbs for a file context menu.
04/05/2017
reference
windows 10, uwp, schema, manifest, desktop, extension

uap2:SupportedVerbs

Contains verbs for a file context menu.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <uap2:SupportedVerbs>

Syntax

<uap2:SupportedVerbs>

  <!-- Child elements -->
  uap2:Verb{1,10000}

</uap2:SupportedVerbs>

Key

{} specific range of occurrences

Attributes and elements

Attributes

None.

Child elements

Child element Description
Verb Defines the verbs associated with a file context menu and enables Windows Desktop Bridge apps to use ddeexec to launch.

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/uap/windows10/2
Minimum OS Version Windows 10 version 1511 (Build 10586)