overridable
美
英 
例句
Keyboard and mouse messages are also processed by an additional set of overridable methods that are specific to those types of messages.
鍵盤和鼠標消息也可以被另外一組可重寫的、特定于這些消息類型的方法處理。
Interface and a set of overridable methods that process Windows messages at different points in the message queue.
界面和一組可重寫的方法,這些方法處理消息隊列中不同位置的Windows消息。
Accordingly, you cannot use the Overrides, Overridable, NotOverridable, MustOverride, Implements, or Handles keyword in a Declare statement.
因此,不能在Declare語句中使用Overrides、Overridable、NotOverridable、MustOverride、Implements或Handles關鍵字。
This topic explains how to designate a particular setting as overridable or not overridable on the system.
本主題解釋如何在系統中將特定設置指定為可重寫或不可重寫。
Modify the method to be overridable with the virtual keyword.
用virtual關鍵字修改該方法使其可重寫。
The application model is extensible, so developers that need more control can customize its overridable methods.
該應用程序模型是可擴展的,因此需要更多控制的開發人員可以自定義其可重寫的方法。
Marking certain settings as not overridable (that is, fixed) specifies that these settings cannot be overridden during system design.
通過將某些設置標記為不可重寫(即固定標記),可以指定在開發過程中不能重寫這些設置。
Explains how to override a setting on the system diagram once the setting is specified as overridable on the application diagram.
解釋將應用程序關系圖中的設置指定為可重寫設置后,如何重寫系統關系圖中的設置。
These attributes are used to specify whether a setting is fixed or overridable.
這些屬性用來指定設置是固定的還是可重寫的。
Advanced overridable; called before closing a frame window viewing this document.
高級函數覆蓋。由框架窗口在觀察文檔之前調用。
The base class member does not need to be Overridable to be reimplemented.
若要被重新實現,基類成員不一定非得是Overridable。
Overridable methods that provide device-specific information to the ASP.
可覆寫的方法提供裝置特定ASP。
You can also override settings on applications that are designated as overridable on their underlying definitions.
這些設置在應用程序的基礎定義中被指定為可重寫的設置。
A series of overridable methods process these messages at the application , form, and control level .
一系列可重寫的方法在應用程序、窗體和控件級處理這些消息。
So there are cases where a method is marked as virtual but is still not overridable.
所以,存在方法已標記為virtual但仍然不可重寫的情況。
A dialog box displaying overridable members appears.
即會出現顯示可重寫成員的對話框。
You can also override settings on applications as required, if those settings are designated as overridable.
如果應用程序上的設置指定為可重寫,則還可以根據需要重寫這些設置。
You can also override settings on applications as required, if you designate those settings as overridable.
此外,如果將應用程序上的設置指定為可重寫,則還可以根據需要重寫這些設置。
Many of the overridable functions deal with user authorization, such as logging in, setting cookies, and notification of different events.
很多可覆蓋的函數都會處理用戶授權,比如登錄、設置cookie以及發送不同事件的通知。
To determine if a method is overridable, it is not sufficient to check that IsVirtual is true.
若要確定是否可重寫某方法,僅檢查IsVirtual是否為true是不夠的。
A handler is not overridable in a subclass, so you can add as many handlers as you like to an event and they will all fire.
處理者在子類中是不可重寫的,因此可以根據需要為事件增加多個會被觸發的處理者。
You can also designate certain settings as overridable.
還可以將某些設置指定為可重寫。
The name of the protected virtual (Overridable in Visual Basic) method should be the same as the event name prefixed with On.
受保護的virtual(在VisualBasic中是Overridable)方法的名稱應該是為事件名加上On前綴而得到的名稱。
The type of the parent of this method is an interface and this method is not virtual (Overridable in Visual Basic).
此方法的父級類型是一個接口,而且此方法不是虛擬的(VisualBasic中為Overridable)。
An Open Implementation hyperlink has been added for overridable methods, which directly opens the implementation
為可覆蓋方法增加了一個OpenImplementation鏈接,可以直接打開其實現
Overridable or MustOverride required in base class; Overrides required in derived class
基類中要求Overridable或MustOverride;派生類中要求Overrides
How to: Specify Application Settings as Overridable
如何:將應用程序設置指定為可重寫
Fine tune #2 - Make your plug-in's defaults overridable
調優#2-讓插件的默認值可覆蓋
To establish with certainty whether a method is overridable, use code such as this
若要確定某方法是否可重寫,請使用如下代碼