Share via


IRegistrationServices.TypeRepresentsComType(Type) Yöntem

Tanım

Belirtilen türün bir COM türü olup olmadığını belirler.

public:
 bool TypeRepresentsComType(Type ^ type);
public bool TypeRepresentsComType (Type type);
abstract member TypeRepresentsComType : Type -> bool
Public Function TypeRepresentsComType (type As Type) As Boolean

Parametreler

type
Type

Com türü olup olmadığını belirlemek için tür.

Döndürülenler

true belirtilen tür bir COM türüyse; aksi takdirde false.

Şunlara uygulanır