ActivatableClassAttribute (Windows 10, descendant of InProcessServer)

Defines an attribute of the class that is stored in the Windows Runtime property store.

Element hierarchy

<Package>

    <Extensions>

         <Extension>

              <InProcessServer>

                   <ActivatableClass>

                        <ActivatableClassAttribute>

Syntax

<ActivatableClassAttribute
  Name  = 'An alphanumeric string with a value between 1 and 255 characters in length. Must begin with a letter.'
  Type  = 'A string that can be one of the following values: "string" or "integer".'
  Value = 'A string with a value between 1 and 255 characters in length.' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
Name The name of the attribute. An alphanumeric string with a value between 1 and 255 characters in length. Must begin with a letter. Yes
Type The type of the attribute. A string that can be one of the following values: string or integer. Yes
Value The value of the attribute. A string with a value between 1 and 255 characters in length. Yes

Child elements

None.

Parent elements

Parent element Description
ActivatableClass (type: CT_InProcessActivatableClass) Declares a runtime class associated with the extensibility point.
ActivatableClass (type: CT_OutOfProcessActivatableClass)] Declares a runtime class associated with the extensibility point.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10