EnumBuilder.IsCOMObjectImpl 方法

定义

当在派生类中重写时,实现 IsCOMObject 属性并确定 Type 是否为 COM 对象。

protected:
 override bool IsCOMObjectImpl();
protected override bool IsCOMObjectImpl ();
override this.IsCOMObjectImpl : unit -> bool
Protected Overrides Function IsCOMObjectImpl () As Boolean

返回

如果 true 为 COM 对象,则为 Type;否则为 false

适用于