dispinterface
在 .idl 文件中放置一个接口作为调度接口。
[dispinterface]
备注
当 dispinterface C++ 特性前面接口时,它将在生成的 .idl 文件错误引起接口放置在库中块。
除非您指定基类,调度接口从 IDispatch将派生。 必须为调度接口的成员指定 id 。
dispinterface 的用法示例 MIDL 文档:
dispinterface helloPro
{ interface hello; };
为 dispinterface 属性无效。
示例
有关示例的 可绑定 参见示例中使用 dispinterface。
要求
属性上下文
适用对象 |
interface |
可重复 |
否 |
必需的特性 |
无 |
无效的特性 |
双, 对象, custom, local, ms_union |
有关更多信息,请参见 属性上下文。