TypeDelegator.IsCOMObjectImpl 方法

定义

返回一个值,该值指示 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

适用于