com:Interface (com:Extension 的后代)
注册新的 COM 接口。
元素层次结构
<com:Interface>
<com:Interface>
语法
<com:Interface
Id = 'An alphanumeric string separated by a period with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).'
UseUniversalMarshaler = 'An optional boolean value.'
ProxyStubClsid = 'An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
SynchronousInterface = 'An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
AsynchronousInterface = 'An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' >
<!-- Child elements -->
TypeLib?
</com:Interface>
钥匙
?
可选(零或一)
属性和元素
属性
属性 | 描述 | 数据类型 | 必填 | 默认值 |
---|---|---|---|---|
ID | 接口 ID (IID)。 | 长度为 1 到 255 个字符之间的句点分隔的字母数字字符串(例如,Foo.Bar 或 Foo.Bar.1)。 | 是的 | |
UseUniversalMarshaler | 将此设置为 true 以使用 OLE 通用封送器作为代理存根。 | 可选的布尔值。 | 不 | |
ProxyStubClsid | 对应于 ProxyStubClsid32 注册表值。 | 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxx 的可选 GUID。 | 不 | |
SyncInterface | 另一个接口注册的 ID,其中包含引用此注册的 AsynchronousInterface。 另一个接口必须位于同一 comInterface 扩展中。 | 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxx 的可选 GUID。 | 不 | |
SyncInterface | 包含引用此注册的 SyncInterface 的另一个接口注册的 ID。 另一个接口必须位于同一 comInterface 扩展中。 | 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxx 的可选 GUID。 | 不 |
子元素
子元素 | 描述 |
---|---|
com:TypeLib | 接口的类型库。 |
父元素
Parent 元素 | 描述 |
---|---|
com:ComInterface | 声明 windows.comInterface类型的包扩展点。 comInterface 扩展可能包括三种类型的注册:接口、ProxyStub或 TypeLib。 |
言论
ProxyStubClsid 属性必须引用同一 comInterface 扩展中 ProxyStub 的 ID。 ProxyStubClsid 只能用作包一部分的实现的代理存根。 若要将 OLE 通用封送器用作代理存根,请改用 UseUniversalMarshaler。
如果 UseUniversalMarshaler 为 true,则接口注册必须包含 typeLib 。
注意
ProxyStubClsid 和 UseUniversalMarshaler 互斥。
要求
项目 | 价值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10 |
最低 OS 版本 | Windows 10 版本 1703(内部版本 15063) |