ComDefaultInterfaceAttribute(Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以指定的 Type 对象作为向 COM 公开的默认接口初始化 ComDefaultInterfaceAttribute 类的新实例。
public:
ComDefaultInterfaceAttribute(Type ^ defaultInterface);
public ComDefaultInterfaceAttribute (Type defaultInterface);
new System.Runtime.InteropServices.ComDefaultInterfaceAttribute : Type -> System.Runtime.InteropServices.ComDefaultInterfaceAttribute
Public Sub New (defaultInterface As Type)
参数
注解
defaultInterface
传递给构造函数的类型必须对 COM 可见。