Dispinterface
Übersetzung von "dispinterface" ins Russisch
dispinterface
SubstantivUK
/ˌdɪspɪnˈtəːfɪs/
US
/ˌdɪspɪnˈtɛrɪs/
dispinterface
dispinterfaces Pl.
диспинтерфейс
The dispinterface is used in COM programming to define a set of methods.
Диспинтерфейс используется в программировании COM для определения набора методов.
Definitionen
dispinterface
SubstantivUK
/ˌdɪspɪnˈtəːfɪs/
US
/ˌdɪspɪnˈtɛrɪs/
In Microsoft COM and OLE Automation, a dispatch interface declared with the keyword "dispinterface" that exposes methods and properties through IDispatch so they can be invoked late-bound by a client.
The legacy component still publishes a dispinterface so that scripting languages can call its properties at runtime.
dispinterface
AdjektivUK
/ˌdɪspɪnˈtəːfɪs/
US
/ˌdɪspɪnˈtɛrɪs/
Relating to, defined by, or characteristic of a COM dispinterface.
The dispinterface attributes were added to make the type library accessible from VBScript.