uap:InfoTip (Windows 10)

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>
  A string with a value between 1 and 1024 characters in length.
</uap:InfoTip>

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.

Remarks

This string is localizable.

Requirements

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