desktop3:PropertyList

Contains the properties that are under the Properties tab of a file.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <desktop3:PropertyLists>

                                  <desktop3:PropertyList>

Syntax

<desktop3:PropertyList
  Property = 'A string that can have one of the following values: "fullDetails", or "previewDetails".'
  Value = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
Property Specifies whether the properties are displayed in the Preview Pane, or the Details tab of the Properties dialog box. A string that can have one of the following values: fullDetails, or previewDetails. Yes
Value A list of property values, separated by semicolons, such as: System.Description; System.Content A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. Yes

Child elements

None.

Parent elements

Parent element Description
desktop3:PropertyLists Contains a list of properties to show under the properties tab of a file.

See Also

Using Property Lists

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/3
Minimum OS Version Windows 10 version 1709 (Build 16299)