Edit

com:Verbs

Specifies the verbs to be registered for an application.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <com:Extension>
         └─ <com:ComServer>
            └─ <com:ExeServer>
               └─ <com:Class>
                  └─ <com:Verbs>
            └─ <com:SurrogateServer>
               └─ <com:Class>
                  └─ <com:Verbs>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <com:Extension>
               └─ <com:ComServer>
                  └─ <com:ExeServer>
                     └─ <com:Class>
                        └─ <com:Verbs>
                  └─ <com:SurrogateServer>
                     └─ <com:Class>
                        └─ <com:Verbs>

Syntax

<com:Verbs>

  <!-- Child elements -->
  com:Verb{1,1000}

</com:Verbs>

Key

{} specific range of occurrences

Attributes

None.

Child elements

Child element Description
com:Verb The verb to be registered for an application.

Parent elements

Parent element Description
com:Class Defines an ExeServer class registration.
com:Class Defines a SurrogateServer class registration.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10
Minimum OS Version Windows 10 version 1703 (Build 15063)

Remarks

Examples