_Type.GetInterfaceMap(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.
Fournit des objets COM avec un accès indépendant de la version à la méthode GetInterfaceMap(Type).
public:
System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
abstract member GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping
Paramètres
Retours
Objet InterfaceMapping représentant le mappage d'interface pour interfaceType
.
Remarques
Cette méthode est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir de code managé.
La Type.GetInterfaceMap méthode retourne un mappage d’interface pour le type d’interface spécifié.