uap5:ActivatableClassAttribute
Defines an attribute of the class that is stored in the Windows Runtime property store.
Element hierarchy
<uap5: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 have 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 have 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 |
---|---|
uap5:ActivatableClass | Declares a runtime class associated with the extensibility point. |
Requirements
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/5 |
Minimum OS Version | Windows 10 version 1709 (Build 16299) |