overridable

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語句使用OverridesOverridableNotOverridableMustOverrideImplementsHandles關鍵字

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.

保護virtualVisualBasicOverridable方法名稱應該事件加上On前綴得到名稱

The type of the parent of this method is an interface and this method is not virtual (Overridable in Visual Basic).

方法類型一個接口而且方法不是虛擬VisualBasicOverridable)。

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

要求OverridableMustOverride派生要求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

若要確定方法是否重寫使用如下代碼