RegistrationServices.TypeRepresentsComType(Type) メソッド

定義

型が ComImportAttribute でマークされている、または ComImportAttribute でマークされた型から派生して、親と同じ GUID を共有しているかどうかを示します。

public:
 virtual bool TypeRepresentsComType(Type ^ type);
public virtual bool TypeRepresentsComType (Type type);
abstract member TypeRepresentsComType : Type -> bool
override this.TypeRepresentsComType : Type -> bool
Public Overridable Function TypeRepresentsComType (type As Type) As Boolean

パラメーター

type
Type

COM 型かどうかを確認する型。

戻り値

型が ComImportAttribute でマークされている場合、またはComImportAttribute でマークされた型から派生して、親と同じ GUID を共有している場合は true。それ以外の場合は false

実装

適用対象