ComObject.IDynamicInterfaceCastable.GetInterfaceImplementation 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 le type à utiliser pour distribuer le type d’interface spécifié. Cette méthode est appelée lors de la distribution d’interface lorsque le type d’interface donné est introuvable dans les métadonnées de la classe.
virtual RuntimeTypeHandle System.Runtime.InteropServices.IDynamicInterfaceCastable.GetInterfaceImplementation(RuntimeTypeHandle interfaceType) = System::Runtime::InteropServices::IDynamicInterfaceCastable::GetInterfaceImplementation;
RuntimeTypeHandle IDynamicInterfaceCastable.GetInterfaceImplementation (RuntimeTypeHandle interfaceType);
abstract member System.Runtime.InteropServices.IDynamicInterfaceCastable.GetInterfaceImplementation : RuntimeTypeHandle -> RuntimeTypeHandle
override this.System.Runtime.InteropServices.IDynamicInterfaceCastable.GetInterfaceImplementation : RuntimeTypeHandle -> RuntimeTypeHandle
Function GetInterfaceImplementation (interfaceType As RuntimeTypeHandle) As RuntimeTypeHandle Implements IDynamicInterfaceCastable.GetInterfaceImplementation
Paramètres
- interfaceType
- RuntimeTypeHandle
Type de l'interface.
Retours
Type qui doit être utilisé dans le dispatch pour interfaceType
sur l’objet actif.