ComObject.IDynamicInterfaceCastable.GetInterfaceImplementation Método

Definição

Determina o tipo a usar para despachar o tipo de interface especificado. Este método é chamado durante o despacho de interface quando o tipo de interface dado não pode ser encontrado nos metadados da 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

Parâmetros

interfaceType
RuntimeTypeHandle

O tipo de interface.

Devoluções

O tipo que deve ser usado para despachar interfaceType sobre o objeto atual.

Implementações

Aplica-se a