网站首页  词典首页

请输入您要查询的英文单词:

 

单词 overridable
释义

overridable

  • 网络为可覆盖的;可再定义的;覆写
1.
为可覆盖的
考虑到将来“frm 基础”的子孙们会有不同的提示行为,把ShowDialog 方法确定为可覆盖的Overridable)。由于在其继 承的.NE…
www.docin.com
2.
可再定义的
这样式建议我们应定义Add() 、Remove()和GetChild()三个基本的可再定义的(overridable) 程序﹐以及其它的程序。专家们把这 …
www.hn1c.com
3.
覆写
// 可被子类别覆写(overridable) void hello() { cout << "B::hello" << endl; }};class D1 : public B<D1>{};class D2 : public B...
good-ed.smallworld.idv.tw
4.
可覆写
6.5 可覆写(Overridable)之函数6.6 可覆写函数之特性第7章 活用抽象类别7.1 抽象类别与继承体系7.2 JAVA的抽象类别表示法7.…
www.dongjaan.com
5.
中的一个
挂起请求被挂起 ... “Using” 语句内无效 “Overridable中的一个 “Protected Friend” 中的一个 ...
msdn.microsoft.com

例句

释义:
1.
Keyboard and mouse messages are also processed by an additional set of overridable methods that are specific to those types of messages.
键盘和鼠标消息也可以被另外一组可重写的、特定于这些消息类型的方法处理。
msdn2.microsoft.com
2.
Interface and a set of overridable methods that process Windows messages at different points in the message queue.
界面和一组可重写的方法,这些方法处理消息队列中不同位置的Windows消息。
msdn2.microsoft.com
3.
Accordingly, you cannot use the Overrides, Overridable, NotOverridable, MustOverride, Implements, or Handles keyword in a Declare statement.
因此,不能在Declare语句中使用Overrides、Overridable、NotOverridable、MustOverride、Implements或Handles关键字。
msdn2.microsoft.com
4.
This topic explains how to designate a particular setting as overridable or not overridable on the system.
本主题解释如何在系统中将特定设置指定为可重写或不可重写。
msdn2.microsoft.com
5.
Modify the method to be overridable with the virtual keyword.
用virtual关键字修改该方法使其可重写。
msdn2.microsoft.com
6.
The application model is extensible, so developers that need more control can customize its overridable methods.
该应用程序模型是可扩展的,因此需要更多控制的开发人员可以自定义其可重写的方法。
msdn2.microsoft.com
7.
Marking certain settings as not overridable (that is, fixed) specifies that these settings cannot be overridden during system design.
通过将某些设置标记为不可重写(即固定标记),可以指定在开发过程中不能重写这些设置。
msdn2.microsoft.com
8.
Explains how to override a setting on the system diagram once the setting is specified as overridable on the application diagram.
解释将应用程序关系图中的设置指定为可重写设置后,如何重写系统关系图中的设置。
msdn2.microsoft.com
9.
These attributes are used to specify whether a setting is fixed or overridable.
这些属性用来指定设置是固定的还是可重写的。
msdn2.microsoft.com
10.
Advanced overridable; called before closing a frame window viewing this document.
高级函数覆盖。由框架窗口在观察文档之前调用。
www.zjrj.org
1.
The base class member does not need to be Overridable to be reimplemented.
若要被重新实现,基类成员不一定非得是Overridable。
msdn2.microsoft.com
2.
Overridable methods that provide device-specific information to the ASP.
可覆写的方法提供装置特定ASP。
technet.microsoft.com
3.
You can also override settings on applications that are designated as overridable on their underlying definitions.
这些设置在应用程序的基础定义中被指定为可重写的设置。
msdn2.microsoft.com
4.
A series of overridable methods process these messages at the application , form, and control level .
一系列可重写的方法在应用程序、窗体和控件级处理这些消息。
www.bing.com
5.
So there are cases where a method is marked as virtual but is still not overridable.
所以,存在方法已标记为virtual但仍然不可重写的情况。
msdn2.microsoft.com
6.
A dialog box displaying overridable members appears.
即会出现显示可重写成员的对话框。
technet.microsoft.com
7.
You can also override settings on applications as required, if those settings are designated as overridable.
如果应用程序上的设置指定为可重写,则还可以根据需要重写这些设置。
msdn2.microsoft.com
8.
You can also override settings on applications as required, if you designate those settings as overridable.
此外,如果将应用程序上的设置指定为可重写,则还可以根据需要重写这些设置。
msdn2.microsoft.com
9.
Many of the overridable functions deal with user authorization, such as logging in, setting cookies, and notification of different events.
很多可覆盖的函数都会处理用户授权,比如登录、设置cookie以及发送不同事件的通知。
www.ibm.com
10.
To determine if a method is overridable, it is not sufficient to check that IsVirtual is true.
若要确定是否可重写某方法,仅检查IsVirtual是否为true是不够的。
msdn2.microsoft.com
1.
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.
处理者在子类中是不可重写的,因此可以根据需要为事件增加多个会被触发的处理者。
www.openface.org.cn
2.
You can also designate certain settings as overridable.
还可以将某些设置指定为可重写。
msdn2.microsoft.com
3.
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前缀而得到的名称。
msdn2.microsoft.com
4.
The type of the parent of this method is an interface and this method is not virtual (Overridable in Visual Basic).
此方法的父级类型是一个接口,而且此方法不是虚拟的(VisualBasic中为Overridable)。
msdn2.microsoft.com
5.
An Open Implementation hyperlink has been added for overridable methods, which directly opens the implementation
为可覆盖方法增加了一个OpenImplementation链接,可以直接打开其实现
www.infoq.com
6.
Overridable or MustOverride required in base class; Overrides required in derived class
基类中要求Overridable或MustOverride;派生类中要求Overrides
msdn2.microsoft.com
7.
How to: Specify Application Settings as Overridable
如何:将应用程序设置指定为可重写
msdn2.microsoft.com
8.
Fine tune #2 - Make your plug-in's defaults overridable
调优#2-让插件的默认值可覆盖
www.ibm.com
9.
To establish with certainty whether a method is overridable, use code such as this
若要确定某方法是否可重写,请使用如下代码
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/28 10:43:46