Edit

cloudFiles:ExtendedPropertyHandler

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

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <cloudFiles:Extension>
         └─ <cloudFiles:CloudFiles>
            └─ <cloudFiles:ExtendedPropertyHandler>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <cloudFiles:Extension>
               └─ <cloudFiles:CloudFiles>
                  └─ <cloudFiles:ExtendedPropertyHandler>

Syntax

<cloudFiles:ExtendedPropertyHandler
  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 IStorageProviderPropertyCapabilities interface, used for extended properties of placeholder files. An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. No

Child elements

None.

Parent elements

Parent element Description
cloudFiles:CloudFiles Registers 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/cloudfiles/windows10
Minimum OS Version Windows 10 (Build 19645)

Remarks

Examples

See also

Creating Shell Extension Handlers