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

若要确定方法是否重写使用如下代码