coclass

辅助类

常用释义

词性释义

辅助类
例句
  • 全部
此类型必须是类而不是关联的coclass接口,后者带有COM类的名称。
当两个或两个以上被应用程序访问的COMDLL包含coclass或具有相同名称的接口时使用。
应用程序访问两个或更多个包含同名coclass或接口的COMDLL时需要使用该选项。
调用而不是实现coclass的此成员。
Use the name of the original coclass to name the coclass interface and derive it from the default interface.
使用原始coclass的名称来命名coclass接口,并从默认接口派生该接口。
指定从类型库中导入的coclass的类标识符。
Property, and a single coclass that implements the single interface.
属性的接口;一个它实现了仅有的那个接口的辅助类。
创建描述组件类(coclass)的类型的新实例。
只要成员的名称发生冲突,在coclass语句中列出的第一个接口就将保持不变。
Create a new COM_INTERFACE_ENTRY for the interface or, if the project is attributed, add the coclass attribute.
为接口创建新的COM_INTERFACE_ENTRY,如果项目被属性化,则添加coclass属性。
Java辅助类的代理类扩展了其默认接口的代理类。
辅助类代理也包含一个默认的无参数构造器,用来建立它所代表的COM对象的实例。
RJCB代码生成器为COM类型库中定义的每个vtable接口和辅助类生成代理。
Identifies the CLSID of the original coclass imported from a type library.
标识从类型库导入的初始coclass的CLSID。
用于IVCWizCtlUI和IVCWizCtl界面的coclass,它包含控制自定义向导的HTML控件的方法和属性。
用于IWizCombo的coclass,它包含控制自定义向导的组合框的方法、属性和事件。
The constructor instantiates the COM object using the CLSID as specified in the coclass declaration in the type library.
构造器用类型库辅助类的声明中定义的CLSID来实例化COM对象。
Within the library, a coclass that sources events can identify the event interface by specifying the [source] attribute.
在该库中,指明事件出处的coclass可以通过指定[source]属性来标识事件接口。
每个coclass都可以实现一个其他的接口,该接口称作类接口,可以由导出过程自动生成。
在.idl文件中定义coclass元素的对象。