uap:DisplayName (Windows 10, child of uap:Protocol)

A friendly name that can be displayed to users.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <uap:Protocol>

                                  <uap:DisplayName>

Syntax

<uap:DisplayName>
  <!-- A string between 1 and 256 characters in length. This string is localizable. -->
</uap:DisplayName>

Attributes and elements

Attributes

None.

Child elements

None.

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.
uap:Protocol Declares an app extensibility point of type windows.protocol. A URI association indicates that the app is registered to handle URIs with the specified scheme.

Requirements

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