Edit

desktop2:FilterExtension

Specifies the file type to be registered by the app.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <desktop2:Extension>
         └─ <desktop2:SearchFilterHandler>
            └─ <desktop2:FilterExtension>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop2:Extension>
               └─ <desktop2:SearchFilterHandler>
                  └─ <desktop2:FilterExtension>

Syntax

<desktop2:FilterExtension>
    <!-- A file extension value -->
</desktop2:FilterExtension>

Value

A file extension (a string between 1 and 64 characters in length that must begin with a period (.), cannot have additional periods, and cannot contain these characters: <, >, :, ", /, \, |, ?, or *). The value specifies the filter extension name to be registered by the app.

Attributes

None.

Child elements

None.

Parent elements

Parent element Description
desktop2:SearchFilterHandler Enables Windows Desktop Bridge apps to register IFilters to extract file properties for searching.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/2
Minimum OS Version Windows 10 version 1703 (Build 15063)

Remarks

Examples