IRegistrationServices.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.
Détermine si le type spécifié est un type COM.
public:
bool TypeRepresentsComType(Type ^ type);
public bool TypeRepresentsComType(Type type);
abstract member TypeRepresentsComType : Type -> bool
Public Function TypeRepresentsComType (type As Type) As Boolean
Paramètres
- type
- Type
Type dont il faut déterminer s’il s’agit d’un type COM.
Retours
true si le type spécifié est un type COM ; sinon, false.