Sdílet prostřednictvím


ComObject.IDynamicInterfaceCastable.GetInterfaceImplementation Metoda

Definice

Určuje typ, který se má použít k odeslání zadaného typu rozhraní. Tato metoda se volá během odesílání rozhraní, pokud daný typ rozhraní nelze najít v metadatech třídy.

 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

Parametry

interfaceType
RuntimeTypeHandle

Typ rozhraní.

Návraty

Typ, který se má použít k odeslání na interfaceType aktuální objekt.

Implementuje

Platí pro