
Dispinterface
UK
/ˌdɪspɪnˈtəːfɪs/
US
/ˌdɪspɪnˈtɛrɪs/

Перевод слова "dispinterface" на Русский язык
dispinterface
СуществительноеUK
/ˌdɪspɪnˈtəːfɪs/
US
/ˌdɪspɪnˈtɛrɪs/
dispinterface
dispinterfaces множ.
диспинтерфейс
The dispinterface is used in COM programming to define a set of methods.
Диспинтерфейс используется в программировании COM для определения набора методов.
Опеределения
dispinterface
СуществительноеUK
/ˌ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
ПрилагательноеUK
/ˌ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.