ActivatableClassAttribute (Windows 10,OutOfProcessServer) 的后代
定义存储在Windows 运行时属性存储中的类的属性。
元素层次结构
<ActivatableClassAttribute>
语法
<ActivatableClassAttribute
Name = 'An alphanumeric string with a value between 1 and 255 characters in length. Must begin with a letter.'
Type = 'One of the following values: "string" or "integer".'
Value = 'A string with a value between 1 and 255 characters in length.'
/>
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
名称 | 属性名。 | 长度介于 1 到 255 个字符之间的字母数字字符串。 必须以字母开头。 | 是 | |
类型 | 属性的类型。 | 以下值之一: 字符串 或 整数 | 是 | |
值 | 属性的值。 | 长度介于 1 到 255 个字符之间的字符串。 | 是 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
ActivatableClass (类型:CT_InProcessActivatableClass) | 声明与扩展点关联的运行时类。 |
ActivatableClass (类型:CT_OutOfProcessActivatableClass) | 声明与扩展点关联的运行时类。 |
要求
项目 | Value |
---|---|
命名空间 | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |