ComObject.IDynamicInterfaceCastable.GetInterfaceImplementation Methode

Definition

Bestimmt den Typ, der zum Verteilen des angegebenen Schnittstellentyps verwendet werden soll. Diese Methode wird während des Schnittstellenversands aufgerufen, wenn der angegebene Schnittstellentyp in den Metadaten der Klasse nicht gefunden werden kann.

 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

Parameter

interfaceType
RuntimeTypeHandle

Der Schnittstellentyp.

Gibt zurück

Der Typ, der zum Verteilen für interfaceType das aktuelle Objekt verwendet werden soll.

Implementiert

Gilt für: