Edit

desktop3:PropertyList

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

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop3:Extension>
               └─ <desktop3:FileTypeAssociation>
                  └─ <desktop3:PropertyLists>
                     └─ <desktop3:PropertyList>

Syntax

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

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, previewDetails. Yes
Value A list of property values, separated by semicolons, such as: System.Description; System.Content A string 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.

Requirements

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

Remarks

Examples