InProcessServer) (Windows 10) 中的 ActivatableClass (
声明与扩展点关联的运行时类。
元素层次结构
<ActivatableClass>
语法
<ActivatableClass
ActivatableClassId = 'A string between 1 and 255 characters in length that cannot start or end with a period or contain these characters: <, >, :, ", /, \, |, ?, or *.'
ThreadingModel = 'A string that can be one of the following values: "both", "STA", or "MTA".' >
<!-- Child elements -->
ActivatableClassAttribute{0,1000}
</ActivatableClass>
密钥
{}
特定出现次数范围
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
ActivatableClassId | 操作系统中运行时类的标识符。 | 一个字符串,其值长度在 1 到 255 个字符之间,不能以句点开头或结尾 (. ) 或包含以下字符:< 、、: > 、& 、" 、\ / 、| 、 ? 或 * 。 |
是 | |
ThreadingModel | 运行时类支持的线程模型类型。 | 可以是以下值之一的字符串:STA 或 MTA。 | 是 |
子元素
子元素 | 描述 |
---|---|
ActivatableClassAttribute | 定义存储在 Windows 运行时 属性存储中的 类的属性。 |
父元素
父元素 | 描述 |
---|---|
InProcessServer | 声明 类型为 windows.activatableClass.inProcessServer 的包扩展点。 应用使用动态链接库 (DLL) 公开一个或多个可激活类。 |
相关元素
以下元素的名称与此元素相同,但内容或属性不同:
要求
项 | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |