ComObject.IDynamicInterfaceCastable.GetInterfaceImplementation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the type to use to dispatch the specified interface type. This method is called during interface dispatch when the given interface type can't be found in the class's metadata.
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
Parameters
- interfaceType
- RuntimeTypeHandle
The interface type.
Returns
The type that should be used to dispatch for interfaceType
on the current object.
Implements
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.