Edit

desktop3:ThumbnailProviderHandler

Registration of a Windows Shell ThumbnailProviderHandler for cloud based placeholder files.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop3:Extension>
               └─ <desktop3:CloudFiles>
                  └─ <desktop3:ThumbnailProviderHandler>

Syntax

<desktop3:ThumbnailProviderHandler
  Clsid = 'An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' />

Attributes

Attribute Description Data type Required Default value
Clsid The class ID of the app that implements the ThumbnailProviderHandler, used for thumbnail images of placeholder files. An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. No

Child elements

None.

Parent elements

Parent element Description
desktop3:CloudFiles Registration for the handlers implemented in an application and context menu options for cloud based placeholder files.

Requirements

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

Remarks

Examples

See also

Creating Shell Extension Handlers