Compartilhar via


ComObject.IDynamicInterfaceCastable.GetInterfaceImplementation Método

Definição

Determina o tipo a ser usado para expedir o tipo de interface especificado. Esse método é chamado durante a expedição da interface quando o tipo de interface fornecido 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.

Retornos

O tipo que deve ser usado para a expedição de interfaceType no objeto atual.

Implementações

Aplica-se a