ComClassAttribute 类成员

更新:2007 年 11 月

ComClassAttribute 类提供的属性标识该对象并指示该名称是否隐藏其他成员。

属性

ClassID 属性

包含用于唯一标识类的类 ID。

EventID 属性

包含用于唯一标识事件的事件 ID。

InterfaceID 属性

包含用于唯一标识接口的接口 ID。

InterfaceShadows 属性

指示生成的 COM 接口名称会隐藏类或基类的另一个成员。

构造函数

ComClassAttribute 构造函数

初始化 ComClassAttribute 类的新实例。

要求

命名空间:Microsoft.VisualBasic

**程序集:**Visual Basic 运行库(在 Microsoft.VisualBasic.dll 中)

请参见

任务

演练:使用 Visual Basic 创建 COM 对象

概念

应用 Interop 属性

Visual Basic 中使用的属性

参考

VBFixedArrayAttribute 类

VBFixedStringAttribute 类

ComClassAttribute 类

Shadows

System.Runtime.InteropServices

其他资源

Visual Basic 中的属性 (Attribute)