RegistrationServices.TypeRepresentsComType(Type) Yöntem

Tanım

Bir türün ComImportAttributeile işaretlenip işaretlenmediğini veya ile ComImportAttribute işaretlenmiş bir türden türetilip türemediğini gösterir ve üst ile aynı GUID'yi paylaşır.

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

Parametreler

type
Type

COM türü olup olmadığını denetlemek için kullanılacak tür.

Döndürülenler

truebir tür ile işaretlenmişse veya ile ComImportAttributeComImportAttribute işaretlenmiş bir türden türetilirse ve üst ile aynı GUID'yi paylaşır; aksi takdirde false.

Uygulamalar

Şunlara uygulanır