Share via


ComObject.IDynamicInterfaceCastable.GetInterfaceImplementation Método

Definición

Determina el tipo que se va a usar para enviar el tipo de interfaz especificado. Se llama a este método durante el envío de la interfaz cuando no se encuentra el tipo de interfaz especificado en los metadatos de la clase.

 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

Parámetros

interfaceType
RuntimeTypeHandle

Tipo de la interfaz.

Devoluciones

Tipo que se debe usar para distribuir interfaceType en el objeto actual.

Implementaciones

Se aplica a