GenericTypeParameterBuilder.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.
Non pris en charge pour les paramètres de type générique incomplets.
public:
override System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Overrides Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping
Paramètres
- interfaceType
- Type
Objet Type qui représente le type d’interface dont le mappage doit être récupéré.
Retours
Non pris en charge pour les paramètres de type générique incomplets.
- Attributs
Exceptions
Dans tous les cas.
Remarques
Cette méthode n’est pas prise en charge pour les paramètres de type génériques incomplets. Récupérez le paramètre de type à partir de la définition de type générique terminée, puis utilisez la réflexion sur le type récupéré.