com4:ClassReference (in InProcessHandler)

Specifies the class with which the registered in-process handler is associated and sets registration details.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <com4:InProcessHandler>

                        <com4:ClassReference>

    <Extensions>

         <com4:InProcessHandler>

              <com4:ClassReference>

Syntax

<com4:ClassReference
    Virtualization = 'A string that can have one of the following values: "enabled" or "disabled".'
    Id = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
Virtualization Specifies whether virtualization is used when loading the class. A string that can have one of the following values: enabled or disabled. Yes
Id The Id of the Class being referenced. A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. Yes

Child elements

None.

Parent elements

Parent element Description
com4:InProcessHandler Registers an in-process handler with one or many class registrations.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/4
Minimum OS Version Windows 10 (Build 20348)