late binding 中文意思是什麼

late binding 解釋
遲綁定
  • late : adj (later latter; latest last) 1 遲 晚。2 晚期的,後期的。3 晚近的,新近的,近時的。4 已去世的...
  • binding : adj 1 縛[捆、綁]…的;黏合的;系連的,連結的。2 有束縛力的,有拘束力的,附有義務的。3 〈口語〉引起...
  1. Indicates an interface is exposed to com as a dispinterface, which enables late binding only

    指示介面將作為調度介面向com公開,這將僅啟用後期綁定。
  2. Late binding can only be used to access type members that are declared as

    後期綁定只能用於訪問聲明為
  3. Both embedded and non - embedded reports are accessed through the reportdocument object model : the embedded report is accessed through its early - binding report wrapper class that inherits from reportdocument, and the non - embedded report is accessed by its late - binding reportdocument class, which loads the report into the reportdocument instance at runtime

    嵌入式報表和非嵌入式報表均通過reportdocument對象模型訪問:嵌入式報表通過其早期綁定報表包裝類(繼承自reportdocument )訪問;而非嵌入式報表通過其晚期綁定reportdocument類訪問(該類在運行時將報表加載到reportdocument實例中) 。
  4. In this chapter, you ' ll learn about polymorphism ( also called dynamic binding or late binding or run - time binding ) starting from the basics, with simple examples that strip away everything but the polymorphic behavior of the program

    在本章,你將通過一些只有多態方法的小例子學習到多態性(動態綁定,后綁定或者運行時綁定) 。
  5. This member was invoked with a late - binding mechanism

    用後期綁定機制調用該成員。
  6. Early and late binding

    >早期綁定和後期綁定
  7. Indicates that late - binding apis should be used

    表示應使用後期綁定api ;
  8. Vba can determine properties of objects at run time, effectively providing late binding between your code and the objects themselves

    Vba可在運行時確定對象的屬性,進而在代碼和對象本身之間有效地提供後期綁定。
  9. Sets the compiler default so that explicit narrowing conversions are required and late binding is not allowed. by default,

    設置編譯器默認值,以便要求雙位元組到單位元組的顯式轉換,而且不允許後期綁定。
  10. Do not use late - binding invocation when early - binding is possible

    只要可以用前期綁定就不要用後期綁定。
  11. To restrict implicit type conversion ; that is, explicit narrowing conversions will be required and late binding will not be allowed

    選擇「 on 」可以限制隱式類型轉換,即要求顯式收縮轉換並且不允許後期綁定。
  12. This is enabled by the late binding of declared interfaces to implementations supporting those interfaces

    通過將聲明的介面延遲綁定到支持這些介面的實現可以做到這一點。
  13. There are many reasons you should avoid late binding, including slower application performance

    由於包括應用程序性能降低在內的多種原因,應該避免後期綁定。
  14. Late binding, in all forms, is disabled

    所有形式的後期綁定都會被禁用。
  15. Demonstrates how to implement late binding

    演示如何實現後期綁定。
  16. Directive. c does not handle late binding

    指令來處理後期綁定。
  17. Generated for instances of late binding

    為後期綁定實例生成。
  18. Values, you do not have late binding or type conversion

    值進行泛型化,因此,不會有後期綁定或類型轉換。
  19. Be wary of late binding to a name that includes some user data

    在後期綁定到包含某些用戶數據的名稱時要多加小心。
  20. Elements, so it also has the disadvantages of weak typing and late binding

    元素,因此,它也具有弱類型和後期綁定的缺點。
分享友人