Type.IsCOMObjectImpl 方法

定義

當在衍生類別中覆寫時,實作了該 IsCOMObject 屬性並判斷是否 Type 為 COM 物件。

protected:
 abstract bool IsCOMObjectImpl();
protected abstract bool IsCOMObjectImpl();
abstract member IsCOMObjectImpl : unit -> bool
Protected MustOverride Function IsCOMObjectImpl () As Boolean

傳回

true 如果 是 Type COM 物件;否則, false

備註

此方法會回傳 false 給 COM 介面,因為它們不是物件。 COM 介面可由 Microsoft .NET Framework 物件實作。

適用於

另請參閱