GenericTypeParameterBuilder.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

適用於