Udostępnij przez


ComObject.IDynamicInterfaceCastable.GetInterfaceImplementation Metoda

Definicja

Określa typ używany do wysyłania określonego typu interfejsu. Ta metoda jest wywoływana podczas wysyłania interfejsu, gdy nie można odnaleźć danego typu interfejsu w metadanych klasy.

 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 interfejsu.

Zwraca

Typ, który powinien być używany do wysyłania dla interfaceType dla bieżącego obiektu.

Implementuje

Dotyczy