为端口类型通知操作的订阅/取消订阅代理函数生成 IDL 声明。
使用情况
<subscriptionIdlFunctionDeclarations
  extensible = "boolean">
  child elements
</subscriptionIdlFunctionDeclarations>
属性
| 属性 | 类型 | 必须 | 说明 | 
|---|---|---|---|
| 扩展 | boolean | 否 | 向函数和接口添加扩展点的功能。 此值始终设置为 true。 | 
子元素
| 元素 | 说明 | 
|---|---|
| notificationInterface | 指定与事件订阅一起使用的通知接口的名称。 | 
| 操作 | 指定要为其生成代码的操作。 | 
| portType | 指定要为其生成代码的端口类型。 | 
子元素序列
(
  portType?, 
  operation*, 
  notificationInterface?
)
父元素
| 元素 | 说明 | 
|---|---|
| 文件 | 从代码生成器输出文件。 | 
元素信息
| Label | 值 | 
|---|---|
| 最低支持系统 | Windows Vista | 
| 可为空 | 是 |