dispinterface

在 .idl 文件中放置一个接口作为调度接口。

[dispinterface]

备注

dispinterface C++ 特性前面接口时,它将在生成的 .idl 文件错误引起接口放置在库中块。

除非您指定基类,调度接口从 IDispatch将派生。 必须为调度接口的成员指定 id

dispinterface 的用法示例 MIDL 文档:

dispinterface helloPro 
   { interface hello; }; 

dispinterface 属性无效。

示例

有关示例的 可绑定 参见示例中使用 dispinterface

要求

属性上下文

适用对象

interface

可重复

必需的特性

无效的特性

对象customlocalms_union

有关更多信息,请参见 属性上下文

请参见

参考

uuid (C++特性)

自定义(C++)

对象(C++)

__interface

其他资源

IDL特性

由用法的属性

Attributes Samples