Edit

uap:InfoTip

Defines a string that provides additional info to the user about the file type.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <uap:Extension>
               └─ <uap:FileTypeAssociation>
                  └─ <uap:InfoTip>

Syntax

<uap:InfoTip>
    <!-- TODO: Add value description -->
</uap:InfoTip>

Value

A string with a value between 1 and 1024 characters in length.

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.

Requirements

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

Remarks

This string is localizable.

Examples