com4:ProxyStub
注册代理存根
元素层次结构
<com4:ProxyStub>
<com4:ProxyStub>
语法
<com4:ProxyStub
Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
ProcessorArchitecture = 'A string that can have one of the following values: "x86", "x64", "arm", "arm64", or "x86a64".'
Id = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.' >
<!-- Child elements -->
ProxyStubDll
</com4:ProxyStub>
属性和元素
属性
属性 | 描述 | 数据类型 | 必填 | 默认值 |
---|---|---|---|---|
路径 | 相对于包根的路径。 路径必须引用包中的文件。 | 以下值之一:长度为 1 到 256 个字符的字符串,长度不能包含这些字符:<、>、:、“、,, ?, 或 *。 | 是的 | |
ID | 代理存根的 CLSID。 | 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxx 的 GUID。 | 是的 | |
DisplayName | 对应于代理存根 CLSID 密钥的默认值的可本地化字符串。 | 长度介于 1 到 256 个字符之间的字符串。 此字符串可本地化。 | 是的 |
子元素
子元素 | 描述 |
---|---|
ProxyStubDll | 指定 ProxyStub DLL 的路径和处理器体系结构。 |
父元素
Parent 元素 | 描述 |
---|---|
扩展 | 定义应用的一个或多个扩展点。 |
言论
代理存根元素必须具有 Path 属性或一个或多个 ProxyStubDll 子元素,但不能同时具有这两个元素。
要求
项目 | 价值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10/4 |
最低 OS 版本 | Windows 10 (内部版本 20348) |