Edit

com:Verb

The verb to be registered for an application.

Element hierarchy

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

Syntax

<com:Verb
  Id = 'A required integer between -6 and 1000.'
  DisplayName = 'A required string between 1 and 256 characters in length. This string is localizable.'
  AppendMenuFlag = 'A required integer between 0 and 2431.'
  OleVerbFlag = 'A required integer between 0 and 3.' />

Attributes

Attribute Description Data type Required Default value
Id The Id number of the verb. Verbs are numbered consecutively. A integer between -6 and 1000. Yes
DisplayName Describes how the verb is appended by AppendMenu. A string between 1 and 256 characters in length. This string is localizable. Yes
AppendMenuFlag Indicates how the verb should appear in the menu. A integer between 0 and 2431. Yes
OleVerbFlag Describes the attributes of a verb. Use either 0 or a value from the OLEVERBATTRIB enumeration. A integer between 0 and 3. Yes

Child elements

None.

Parent elements

Parent element Description
com:Verbs Specifies the verbs to be registered for an application.

Requirements

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

Remarks

Examples