RegistrationServices.TypeRepresentsComType(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si un type est marqué avec ComImportAttribute ou s’il dérive d’un type marqué avec ComImportAttribute et partage le même GUID que le parent.
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
Paramètres
- type
- Type
Type à vérifier pour établir s’il s’agit d’un type COM.
Retours
true
si un type est marqué avec ComImportAttribute, ou s’il dérive d’un type marqué avec ComImportAttribute et partage le même GUID que le parent ; sinon, false
.