ActivatableClassAttribute (Windows 10,InProcessServer) 的后代
定义存储在 Windows 运行时 属性存储中的 类的属性。
元素层次结构
<ActivatableClassAttribute>
语法
<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.' />
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
名称 | 属性名。 | 一个字母数字字符串,其值的长度介于 1 到 255 个字符之间。 必须以字母开头。 | 是 | |
类型 | 属性的类型。 | 可以是以下值之一的字符串: string 或 integer。 | 是 | |
值 | 属性的值。 | 一个字符串,其值长度介于 1 到 255 个字符之间。 | 是 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
ActivatableClass (类型:CT_InProcessActivatableClass) | 声明与扩展点关联的运行时类。 |
ActivatableClass (类型:CT_OutOfProcessActivatableClass) ] | 声明与扩展点关联的运行时类。 |
要求
项 | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |