网站首页  词典首页

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

 

单词 inherit from
释义

inherit from

  • 网络从…继承;从……继承而来;来自遗传
1.
从…继承
新视野5词汇unit2_小喆喆_新浪博客 ... on the verge of 濒临;接近 inherit from 从……继承 inject into 给……注射;给……注入 ...
blog.sina.com.cn
2.
从……继承而来
六级真题词汇笔记_许泽传Rocky_新浪博客 ... global perspective 全球观念 inherit from 从……继承而来 go to the polls 参加选举 ...
blog.sina.com.cn
3.
来自遗传
请帮忙翻译以下词组_爱问知识人 ... 18 be born with 生而具有 19 inherit from 来自遗传 20 a universal donor 万能供血者 ...
iask.sina.com.cn

例句

释义:
1.
In the diagram shown in Figure 10, both the Professor and Student classes implement the Person interface and do not inherit from it.
在图10中显示的图中,Professor和Student类都实现了Person的接口,但并不从它继承。
www-128.ibm.com
2.
It should be possible for a class to inherit from as many others as necessary, with an adequate mechanism for disambiguating name clashes.
一个类应该可以能够从所有需要的类中继承下来,并有一个适当的机制来消除名字的歧义。
www.chengxu123.cn
3.
This class will inherit from the system base class, which will handle everything that you may want your application to do.
这个类又继承了系统的基类,它将处理(此页面)应用要做的一切事情。
www.itpcs.cn
4.
Because you cannot inherit from a structure, structures should be used only for objects that do not need to be extended.
因为不能从结构继承,结构只应当用于不需要扩展的对象。
msdn2.microsoft.com
5.
When you modify a content type, you can choose whether to have pages that inherit from that content type use the change or not.
在修改内容类型时,可以选择继承该内容类型的页面是否也采用这一更改。
office.microsoft.com
6.
IUnknown has the 3 basic methods of every interface, since all interfaces inherit from IUnknown.
每个接口有IUnknown的3个基本的函数,因为所有的接口都从IUnknown继承而来。
www.xue163.com
7.
By definition, you cannot inherit from a sealed type, which means that protected methods on sealed types cannot be called.
按照定义,不能从密封类型继承,意味着不能调用密封类型上受保护的方法。
technet.microsoft.com
8.
Fortunately, you don't have to populate every folder for a theme because all themes inherit from the base theme, Default.
幸运的是,由于所有的主题都从基本主题Default继承,所以您不必填充主题的所有文件夹。
www.cnblogs.com
9.
This circle does not look like a point anymore, i. e. , it cannot inherit from Point and reuse its methods.
这个圆看起来一点也不象一个点,比如,它并不继承自点,也无法重用其方法。
wiki.chinaunix.net
10.
Although the class is declared public, you cannot inherit from it, as it contains internal abstract methods.
尽管该类声明为公共的,但不能从它继承,因为它包含内部抽象方法。
msdn2.microsoft.com
1.
A charitable organization can never inherit from the estate of an individual who passes on without a will.
一个慈善组织永远也不能接受未立遗嘱的人所捐赠的财产。
www.hxen.com
2.
Marking the base class as "private" allowed the derived class to inherit from it without actually becoming one of them.
将基类标记为“私有”允许派生类从该基类继承而来,而无需实际成为一个基类。
www.ibm.com
3.
A struct cannot inherit from another struct or class, and it cannot be the base of a class.
一个结构不能从另一个结构或类继承,而且不能作为一个类的基。
msdn2.microsoft.com
4.
Features that the iPod Touch is expected to inherit from the iPhone 4 include video chat and a crisper resolution screen.
新的ipodTouch将会继承iPhone4的许多特性,包括视频聊天和一个分辨率更高更加亮丽的屏幕。
www.bing.com
5.
A StyleSheet control can contain any number of style objects, or more specialized style objects that inherit from the Style class.
StyleSheet控件可以包含任意数量的样式对象,或者从Style类继承的更多专用样式对象。
msdn2.microsoft.com
6.
If the inner type must be nested within the outer type, the outer type cannot inherit from it.
如果内部类型必须嵌套在外部类型内,外部类型将无法从中继承。
msdn2.microsoft.com
7.
Requiring classes to inherit from a base class to be disposable would make the class hierarchy too inflexible.
如果要求从基类继承的类可处置,会使类层次结构很不灵活。
msdn2.microsoft.com
8.
With listeners you implement a listener interface or inherit from what is called an adapter.
对于监听者而言,你实现了Listener接口或者是继承了Adapter。
www.bing.com
9.
To enable objects in other application domains to use an instance of your class, your class must inherit from MarshalByRefObject.
要使其他应用程序域中的对象能够使用您的类的实例,该类必须从MarshalByRefObject继承。
msdn2.microsoft.com
10.
Objects that do not inherit from MarshalByRefObject are implicitly marshal by value.
不是从MarshalByRefObject继承的对象根据值隐式封送。
msdn2.microsoft.com
1.
By default, any content types that inherit from a content type that you change also are updated with the changes.
默认情况下,如果您更改了某一内容类型,则也会相应地更新继承它的所有内容类型。
office.microsoft.com
2.
As previously seen, widgets must inherit from the dijit. _Widget class, which defines and provides the basic behavior for a Dojo widget.
如前面看到的,小部件必须继承自dijit._Widget类,它定义并提供了Dojo小部件的基本行为。
www.ibm.com
3.
Typically, the page adapter class that you write must also inherit from the appropriate control adapter class.
通常情况下,编写的页适配器类必须从相应的控件适配器类继承。
msdn2.microsoft.com
4.
Class is an abstract base class that you must inherit from to create your own protected-configuration provider.
是一个抽象基类,必须继承该类才可以创建自己的自定义受保护的配置提供程序。
msdn2.microsoft.com
5.
By definition, you cannot inherit from a sealed type, making a virtual method on a sealed type meaningless.
根据定义,不能从密封类型继承,这使得密封类型上的虚方法没有意义。
technet.microsoft.com
6.
Control adapters should inherit from the appropriate base class and follow the same inheritance model as the control.
控件适配器应该继承适当的基类,并且使用的继承模型应与控件相同。
msdn2.microsoft.com
7.
Accessible from within the same type as the member and from derived types that inherit from it.
作为成员在同一类型内访问,以及从继承的派生类型访问。
msdn2.microsoft.com
8.
You can place inheritance demands at the class level to ensure that only code with the specified permission can inherit from your class.
您可以在类别层级上放入继承要求,以确保只有使用指定使用权限的程式码可以继承您的类别。
msdn.microsoft.com
9.
The ConnectionsZone control is one of the Web Parts tool zone controls that inherit from the ToolZone base class.
ConnectionsZone控件是继承自ToolZone基类的Web部件工具区域控件之一。
msdn2.microsoft.com
10.
Allows you to select a file which contains a component to inherit from.
可以让您选取包含继承来源元件的档案。
technet.microsoft.com
1.
The Add method is automatically provided for your custom collection when you inherit from BindingList.
从BindingList继承时,将自动为您的自定义集合提供Add方法。
msdn2.microsoft.com
2.
Is useful if you want to explicitly override style settings that the element might inherit from a cascading style sheet.
如果您希望显式重写元素可能从级联样式表继承的样式设置,则将位置设置为。
msdn2.microsoft.com
3.
Multiple values can be specified because a class can inherit from multiple base classes.
由于一个类可以从多个基类中继承,因此可指定多个值。
msdn2.microsoft.com
4.
Inherit from parent the permission entries that apply to child objects. Include these with entries explicitly defined here.
从父项继承那些可以应用到子对象的权限项目,包括那些在此明确定义的项目。
angel.w15.5tom.cn
5.
All classes that inherit from QObject or one of its subclasses (e. g. QWidget) can contain signals and slots.
所有从Qobject或者它的一个子类(比如:QWidget)继承的类都包含信号与插槽。
www.mscto.com
6.
Classes are defined solely to inherit from some framework, where that framework is narrowed by a single class attribute.
单独定义类,以便从某框架继承类,而该框架受到单一的类属性限制。
www.ibm.com
7.
From there, Scala splits into two major branches, where the "primitive types" inherit from scala.
在这里,Scala划分为两大分支,“原语类型”继承自scala.AnyVal;
www.ibm.com
8.
This article also shows you how all the iWidgets in an application can inherit from a base widget.
本文也向您显示了一个应用程序中的所有iWidgets如何从一个基本小部件中继承。
www.ibm.com
9.
Each service or proxy that supported an interface was required to inherit from the abstract base class that defined the interface.
支持接口的每项服务或代理必须继承定义该接口的抽象基类。
www.ibm.com
10.
The Remove and RemoveAt methods are automatically provided for your custom collection when you inherit from BindingList.
从BindingList继承时,将自动为您的自定义集合提供Remove和RemoveAt方法。
msdn2.microsoft.com
1.
Classes that inherit from the Style class contain additional style characteristics specific to their associated control.
类继承的类包含它们的关联控件特有的附加样式特性。
msdn2.microsoft.com
2.
Both of these classes inherit from the Encoding class.
这两个类都是从Encoding类继承的。
msdn2.microsoft.com
3.
You can then implement them by writing classes that inherit from these abstract classes and implement the relevant methods.
然后,可以通过编写从这些抽象类继承的类来对其进行实现,并实现相关的方法。
msdn2.microsoft.com
4.
this property is an dictionary that can hold arbitrary data in key - value pairs . most of the classes that inherit from.
类,该类是一个字典,您可以在其中存储任意数据对象,如哈希表和数据集。
www.ichacha.net
5.
The common type system does not allow types to inherit from more than one base type.
通用类型系统不允许类型从多个基本类型进行继承。
msdn2.microsoft.com
6.
With experience, you may find that the best way to use Persistent classes is to inherit from them.
通过使用,您将发现,使用Persistent类的最好方法是继承它们。
www-128.ibm.com
7.
In JavaScript, you've seen that objects inherit from objects (as opposed to classes inheriting from classes).
在JavaScript中,您已看到对象继承对象(与类继承类不同)。
msdn.microsoft.com
8.
All these exceptions inherit from SDORuntimeException, so the minimal error handling required is shown in Listing 12.
所有这些异常都从SDORuntimeException继承,因此所需的最小错误处理如清单12中所示。
www.ibm.com
9.
In your class, add a reference to the namespace containing the form you wish to inherit from.
在类中,添加对命名空间的引用,该命名空间包含要从其继承的窗体。
msdn2.microsoft.com
10.
Otherwise, inherit from FeatureSupport and provide your own implementation.
否则,从FeatureSupport继承并提供您自己的实现。
msdn2.microsoft.com
1.
Link demands can be overridden in classes that inherit from your code.
连结要求可以在继承自您程式码的类别中被覆写。
msdn.microsoft.com
2.
An XML element that contains PCDATA should inherit from this, but does not need to provide any further specialization.
包含PCDATA的XML元素应该从这个PCDATA继承而来,但不需要提供任何更进一步的专门化。
www.ibm.com
3.
You can even inherit from them, and use visual inheritance to customize them quickly for special purposes.
您甚至可以继承它们,并针对特殊目的使用可视化继承快速自定义它们。
msdn2.microsoft.com
4.
To encapsulate the Informix database access into the strongly typed DataSet, inherit from dsClients.
要将Informix数据库访问封装在强类型化DataSet中,需要继承dsClients。
www.ibm.com
5.
Even dear Mr. Godfrey partakes of the fallen nature which we all inherit from Adam.
就连可敬的高孚利先生,也有我们从亚当身上继承来的那种堕落本性。
ascetlan.blogchina.com
6.
Provides instructions on how to inherit from the System. Web. Services. WebService class.
提供有关如何从System.Web.Services.WebService类继承的说明。
msdn2.microsoft.com
7.
All of these methods have specific components related to them, but inherit from the OpenLaszlo RPC component .
所有这些方法都有相关的特定组件,但是它们都继承OpenLaszloRPC组件。
www.ibm.com
8.
Developers can inherit from the base ToolZone class, or any of the derived ToolZone zones, to create custom zones.
开发人员可以从ToolZone基类或任何派生的ToolZone区域继承,以创建自定义区域。
msdn2.microsoft.com
9.
If you select Yes, other content types that inherit from this content type (called child content types) will inherit the changes you make.
如果选择“是”,则继承此内容类型的其他内容类型(称为子内容类型)将继承您所做的更改。
office.microsoft.com
10.
Classes that inherit from the HtmlInputControl class can override this implementation, if necessary.
从HtmlInputControl类继承的类可以重写该实现(如有必要)。
msdn2.microsoft.com
1.
Base class Allow only types that match or inherit from a specific base class to use your generic.
基类约束只有指定基类或者继承于这个指定基类的类才能作为参数实例化你的泛型·
eroad.alai.net
2.
Your domain classes will have to inherit from LazyGwtPojo to store lazy attributes.
你的域类不得不从LazyGwtPojo继承从而储存延迟属性(lazyattributes)。
www.infoq.com
3.
You can inherit from both of these classes.
从这两种类都可以继承。
msdn2.microsoft.com
4.
Simply inherit from BaseIntrospectionRule, override the methods you care about, and add a matching XML-base meta-data file.
你只需要继承BaseIntrospectionRule,重写你关心的方法,并添加相匹配的基于XML的元数据文件即可。
www.infoq.com
5.
If you inherit from IRowsetChangeImpl, calling these three methods immediately changes the data store.
如果从IRowsetChangeImpl继承,调用这三个方法将立即更改数据存储区。
msdn2.microsoft.com
6.
Structs can implement an interface but they cannot inherit from another struct.
结构可以实现接口,但它们无法继承另一个结构。
msdn2.microsoft.com
7.
AspNetHostingPermission To inherit from the RoleProvider class in a hosted environment.
AspNetHostingPermission在宿主环境中继承RoleProvider类。
msdn2.microsoft.com
8.
Shadowing is meaningful only within a programming element that can inherit from a base element.
阴影操作只在可从基本元素继承得到的编程元素中可用。
msdn2.microsoft.com
9.
First, the RecordingsManager class must inherit from a class in the remoting infrastructure called MarshalByRefObject.
首先,RecordingsManager类必须从名为MarshallByRefObject的远程处理基础结构中的一个类继承而来。
msdn2.microsoft.com
10.
Standard controls are Web server controls that inherit from the Control class.
标准控件是从Control类继承的Web服务器控件。
msdn2.microsoft.com
1.
Select the Propagate ACLs check box to allow descendants without an explicitly defined ACL to inherit from this entry.
选择PropagateACLs复选框,允许没有明确定义ACL的后代能从这个条目中继承。
www.ibm.com
2.
A module cannot inherit from any type other than Object, from which all modules inherit.
模块无法从除Object(所有模块均从它继承)外的任何类型继承。
msdn2.microsoft.com
3.
Creates instances of classes that inherit from the Page class and implement the IHttpHandler interface.
创建从Page类继承并实现IHttpHandler接口的类的实例。
msdn2.microsoft.com
4.
An interface can itself inherit from multiple interfaces.
接口自身可从多个接口继承。
msdn2.microsoft.com
5.
Represents a collection of provider objects that inherit from.
继承的提供程序对象的集合。
msdn2.microsoft.com
6.
Since Ruby is dynamically typed, they need not inherit from a common base class.
由于Ruby是动态类型的,所以这些子类无需从通用基类中继承。
www.ibm.com
7.
In the Inheritance Picker dialog box, double-click the control you want to inherit from.
在“继承选择器”对话框中双击要继承的控件。
msdn2.microsoft.com
8.
In addition, someone could inherit from these classes, even though you never intended these classes to serve as base classes.
另外,即使您从来没有打算让这些类作为基类使用,但还是有些类会从这些类继承。
www.cnblogs.com
9.
Checked exceptions inherit from Exception class and are used to handle recoverable errors such as business error scenarios.
已检查异常继承自Exception类并用于处理可恢复性出错诸如业务出错场景。
www.infoq.com
10.
When you are creating a custom collection class for objects, we suggest that you inherit from BindingList.
为对象创建自定义集合类时,建议从BindingList继承。
msdn2.microsoft.com
1.
Once again, I questioned, "What did I inherit from my Love ancestors? "
我再次问到:“我从洛夫祖先那里继承了什么呢?”
www.ebigear.com
2.
Code-behind pages are just pages that inherit from the base System. Web. UI. Page class.
内含代码页面是指从基础System.Web.UI.Page类继承的页面。
msdn2.microsoft.com
3.
A class can inherit from one class only but may implement as many interfaces as it wants.
一个类只能从另外一个类中继承但是可以实现更多的想要的接口。
bbs.blueidea.com
4.
A property that is changed will ripple through all bundles that inherit from the changed bundle, as shown in Figure 1.
如图1所示,被更改的属性会影响从发生更改的束继承而来的所有的束。
www-128.ibm.com
5.
If you inherit from IRowsetUpdateImpl, the methods defer changes to the data store until you call Update, GetOriginalData, or Undo.
如果从IRowsetUpdateImpl继承,这些方法将数据存储区的更改推迟到调用Update、GetOriginalData或Undo时。
msdn2.microsoft.com
6.
Child pages that use this template should inherit from the Template page, which is shown in Listings 35 and 36.
应用这个模板的子页面应该继承模板页面,如清单35和36所示
www.ibm.com
7.
When you inherit from this class, you can override this method to provide your own validation logic.
当从此类继承时,可以重写此方法以提供您自己的验证逻辑。
msdn2.microsoft.com
8.
In Blue, you can create new classes, inherit from classes, or extend classes.
在Blue中,您可创建新类、类的继承,或扩展类。
www.ibm.com
9.
In particular, one module cannot inherit from another.
特别地,一个模块无法从另一个模块继承。
msdn2.microsoft.com
10.
The variant templates can inherit from the common template.
变量模板可以从通用模板继承。
technet.microsoft.com
1.
In particular, one module cannot inherit from another.
特别地,一个模块无法从另一个模块继承。
msdn2.microsoft.com
2.
The variant templates can inherit from the common template.
变量模板可以从通用模板继承。
technet.microsoft.com
3.
You can inherit from two interfaces even if they each define a member with the same name.
可以从两个接口继承,即使它们各自定义了名称相同的成员也是如此。
msdn2.microsoft.com
4.
To inherit from a form in another assembly, click the Browse button.
若要从另一个程序集中的窗体继承,请单击“浏览”按钮。
msdn2.microsoft.com
5.
Making your pages and usercontrols inherit from AjaxPage and AjaxUserControl is not required; they're provided only for convenience.
创建你的页面和usercontrols可以从AjaxPage和AjaxUserControl继承,但这不是必须的;他们只被为了方便才提供。
blog.sina.com.cn
6.
You can write a completely new class, or you can inherit from an existing class or interface.
可以编写一个全新的类,也可以从现有的类或接口继承。
msdn2.microsoft.com
7.
Which one would you choose to inherit from your parents: money or wisdom?
你会选金钱还是智慧?
cet.hjenglish.com
8.
By default, XML Web services created in managed code using Visual Studio inherit from this class.
默认情况下,使用VisualStudio在托管代码中创建的XMLWebservices从此类继承。
msdn2.microsoft.com
9.
Classes that inherit from this class can override this method to perform additional tasks when the event occurs.
从此类继承的类可以重写此方法,以便在发生该事件时执行其他任务。
technet.microsoft.com
10.
Because you want to use the proxy method instead of the copy method to communicate, you need to inherit from MarshalByRefObject.
因为您希望使用代理方法而不是副本方法进行通信,因此需要继承MarshallByRefObject。
msdn2.microsoft.com
1.
Because you want to use the proxy method instead of the copy method to communicate, you need to inherit from MarshalByRefObject.
因为您希望使用代理方法而不是副本方法进行通信,因此需要继承MarshallByRefObject。
msdn2.microsoft.com
2.
A class can implement any number of interfaces, but it can inherit from only one base class.
类可以实现任何数量的接口,但它只能从一个基类继承。
msdn2.microsoft.com
3.
In the class definition, add a reference to the form to inherit from.
在类定义中,将引用添加到要从其继承的窗体。
msdn2.microsoft.com
4.
To make the Web form class inherit from a non-default Page class, you just change the base type, as follows.
要使Web窗体类继承非默认的Page类,只需按照如下所示更改基础类型。
msdn2.microsoft.com
5.
Shows the available components you can inherit from.
显示可以从中继承的可用组件。
msdn2.microsoft.com
6.
Controls that inherit from the CatalogPart class can reside only in zones derived from the CatalogZoneBase class.
从CatalogPart类继承的控件只能位于从CatalogZoneBase类派生的区域中。
msdn2.microsoft.com
7.
An interface cannot inherit from an interface nested within it.
接口不能从其内部嵌套的接口继承。
msdn2.microsoft.com
8.
The Bitmap class and the Metafile class both inherit from the Image class.
Bitmap类和Metafile类都继承自Image类。
msdn2.microsoft.com
9.
In the previous lesson, you learned how to inherit from a base class and extend the derived class with new properties.
在上一课中,您学习了如何从基类继承和用新的属性扩展派生类。
msdn2.microsoft.com
10.
Validation controls that inherit from this class can call this constructor from their own constructors to initialize the base properties.
从该类继承的验证控件可以从其自己的构造函数调用此构造函数,以便初始化基属性。
msdn2.microsoft.com
1.
Validation controls that inherit from this class can call this constructor from their own constructors to initialize the base properties.
从该类继承的验证控件可以从其自己的构造函数调用此构造函数,以便初始化基属性。
msdn2.microsoft.com
2.
Because it cannot inherit from more than one class, you would have to define and implement collection members.
由于它不能从多个类继承,您必须定义并实现集合成员。
msdn2.microsoft.com
3.
Change the declaration of MarqueeBorder to inherit from Panel and to implement the IMarqueeWidget interface.
更改MarqueeBorder的声明以便从Panel继承以及实现IMarqueeWidget接口。
msdn2.microsoft.com
4.
There is no need to inherit from a base type and override members.
不需要从基类型继承,也不需要重写成员。
msdn2.microsoft.com
5.
A class cannot inherit from more than one element.
一个类不能从多个元素中继承。
msdn2.microsoft.com
6.
So that now, if there were anything to inherit from him, they may do so with easy conscience.
那么现在,假如他有什么遗产的话,他们就可以问心无愧地享用了。
www.ebigear.com
7.
Java is a single-hierarchy language, meaning that all classes you create or use eventually inherit from one class.
Java是一种单继承语言,意思是说您创建或使用的所有类最终都从一个类继承。
www.ianywhere.com
8.
When you inherit from the IDataParameterCollection interface, you should implement the following constructor.
在从IDataParameterCollection接口继承时,应实现下面的构造函数。
msdn2.microsoft.com
9.
Classes can inherit from another class.
类可以从其他类中继承。
msdn2.microsoft.com
10.
On one hand, the ontologies we develop during domain analysis tend to involve classes that inherit from multiple parents.
一方面,我们在域分析过程中开发的本质是有意使用从多个父类继承的类。
www.ibm.com
1.
All the other loggers can inherit from the root and use this appender.
其他记录器都是从这个根记录器继承而来,都将使用这个appender。
www.ibm.com
2.
A class cannot inherit from a class nested within it.
类不能从嵌套在该类中的类继承。
msdn2.microsoft.com
3.
A type cannot inherit from a type that inherits from it.
一个类型不能从另一个从它本身继承的类型中继承。
msdn2.microsoft.com
4.
The supplied type must inherit from that class.
提供的类型必须继承自该类。
technet.microsoft.com
5.
When you seal a class, other classes cannot inherit from it.
如果密封了某个类,则其他类不能从该类继承。
msdn2.microsoft.com
6.
All classes inherit from a common base class.
所有的类都从一个通用的基类继承。
www.ibm.com
7.
Modelling the use case in this way is more rigorous but allows the case topic to inherit from the more general task.
以这种方式建模用例更为严密,但是允许case主题继承自更一般的task。
www.ibm.com
8.
Modify the content by removing a range of characters using the DeleteData method on node types that inherit from XmlCharacterData.
通过在从XmlCharacterData继承的节点类型上使用DeleteData方法移除某个范围的字符,以修改内容。
msdn2.microsoft.com
9.
The first two have bare-bones classes that inherit from base Monkeybars classes.
前两个文件有从基本Monkeybars类继承而来的骨架类。
www.ibm.com
10.
A class can inherit from only one base class.
类只能从基类继承。
msdn2.microsoft.com
1.
A visitor will generally inherit from docutils. nodes. NodeVisitor.
访问器通常继承docutils.
www.ibm.com
2.
Children who are illegitimate can nevertheless inherit from their parents.
然而私生子能从他们父母那里继承遗产。
dict.ebigear.com
3.
When you inherit from HierarchicalDataSourceView, you must override the following member: Select.
从HierarchicalDataSourceView继承时,必须重写以下成员:Select。
msdn2.microsoft.com
4.
Sites that inherit from this site automatically switch to using the default style sheet.
继承该网站的网站将自动切换为使用默认样式表。
office.microsoft.com
5.
This type must inherit from the TraceListener class.
此类型必须从TraceListener类继承。
msdn2.microsoft.com
6.
Full trust is required to inherit from.
继承,需要完全信任。
msdn2.microsoft.com
7.
Consider types of bank accounts: Figure 4 shows how both CheckingAccount and SavingsAccount classes inherit from the BankAccount class.
考虑银行账户的类型:图4显示CheckingAccount和SavingsAccount类如何从BankAccount类继承而来。
www-128.ibm.com
8.
Explains how to inherit from a generic type with the Class Designer.
介绍如何使用类设计器从泛型类型继承。
msdn2.microsoft.com
9.
In this lesson, you learned how to inherit from an existing class and how to extend the derived class.
在本课中,您学习了如何从现有的类继承以及如何扩展派生类。
msdn2.microsoft.com
10.
All device adapters inherit from this base class.
所有设备适配器都从此基类继承。
msdn2.microsoft.com
1.
For example, Object A may attempt to inherit from Object B, which in turn inherits from Object A.
例如,对象A可能尝试从对象B继承,而后者反过来又从对象A继承。
msdn2.microsoft.com
2.
Then, other animals will inherit from this base.
其他动物会从这个基础继承。
www.ibm.com
3.
The class file actually contains a series of classes that inherit from and extend the DataSet, DataTable, DataRow, and EventArgs classes.
该类文件实际上包含一系列类,这些类继承并扩展了DataSet、DataTable、DataRow和EventArgs类。
blog.sina.com.cn
4.
When you inherit from BaseDataList, you must override the following members: CreateControlHierarchy and PrepareControlHierarchy.
当从BaseDataList继承时,必须重写下列成员:CreateControlHierarchy和PrepareControlHierarchy。
msdn2.microsoft.com
5.
Younger kids know the pain of hand-me-downs, the clothes they inherit from bigger siblings.
家里面小一点的孩子都知道从哥哥姐姐那里接衣服穿的烦恼。
www.daisyzone.com
6.
When you inherit from FeatureSupport, you must override the GetVersionPresent method.
从FeatureSupport继承时,必须重写GetVersionPresent方法。
msdn2.microsoft.com
7.
Classes inherit from this class.
类继承此类。
msdn2.microsoft.com
8.
This could be possible, for example, in the rare case that your class needed to inherit from a class other than a collection class.
这是可能实现的,例如,在极少数情况下,类需要从集合类以外的类继承。
msdn2.microsoft.com
9.
When you inherit from the StaticSiteMapProvider class, you must override the following member: BuildSiteMap.
当从StaticSiteMapProvider类继承时,必须重写以下成员:BuildSiteMap。
msdn2.microsoft.com
10.
Derived control, you need to inherit from this class.
派生的控件创建自定义控件生成器,需要从此类继承。
msdn2.microsoft.com
1.
All of the abnormal genes found in the study were on the X chromosome, which boys always inherit from their mothers.
研究发现,所有的异常基因都位于X染色体(性染色体)上。
www.bing.com
2.
Add additional characters to nodes that inherit from the XmlCharacterData class using the AppendData, InsertData, or ReplaceData methods.
使用AppendData、InsertData或ReplaceData方法向从XmlCharacterData类继承的节点添加附加字符。
msdn2.microsoft.com
3.
This is particularly important to MFC classes or classes that inherit from MFC.
这对于MFC类或从MFC继承的类尤其重要。
msdn2.microsoft.com
4.
Describes how to inherit from an item in a list view or a node in a tree view in order to add any fields, methods, or constructors you need.
描述如何从列表视图中的项或树视图中的节点继承,以添加任何所需的字段、方法或构造函数。
msdn2.microsoft.com
5.
If the eldest son died without heirs, or heirs to inherit from the second son and so on.
若长子死亡且没有后嗣,就由次子或其后嗣继承以此类推。
www.englishtang.com
6.
They can also inherit from their parents a body make-up much more likely to run to fat.
他们还有可能早就从父母那里继承了易发胖的体形。
www.examda.com
7.
Describes how to inherit from a base form.
说明如何从基窗体继承。
technet.microsoft.com
8.
To create a custom control builder for a control that is derived from the TableCell class, you must inherit from this class.
若要创建从TableCell类派生的控件的自定义控件生成器,必须从该类继承。
msdn2.microsoft.com
9.
To change this behavior, inherit from this class and get and set in this property.
若要更改此行为,请从该类继承并在此属性中进行获取和设置。
msdn2.microsoft.com
10.
An interface can inherit from one or more base interfaces.
一个接口可从一个或多个基接口继承。
msdn2.microsoft.com
1.
And the simulative results show not only the same nice properties inherit from basic RRT, but also higher search speed and more efficiency.
仿真结果表明该规划器继承了基本型快速扩展随机树的优点,而且搜索速度更快,效率更高。
www.fabiao.net
2.
When you inherit from UpDownBase, you must override the following members: DownButton, UpButton, UpdateEditText, and ValidateEditText.
当从UpDownBase继承时,必须重写下面的成员:DownButton、UpButton、UpdateEditText和ValidateEditText。
msdn2.microsoft.com
3.
In my view, fortune isn't the most important thing we can inherit from our parents, spiritual wealth is more important than anything.
在我看来,我们从父母那里遗传来的东西中财产不是最重要的,精神财富更重要。
www.itpub.net
4.
This event may be caused because a registry that one or more registries inherit from has been deleted.
此事件可能是由于被一个或多个注册表继承的注册表已被删除导致的。
www.microsoft.com
5.
This means that one type must inherit from or implement the other.
这意味着一个类型必须继承或实现另一个类型。
msdn2.microsoft.com
6.
Implementers who want to exploit an abstraction such as this need to inherit from the _Templated class, like in the Listing 13.
想要开发这样一个抽象,实现者需要从_Templated类继承,如清单13所示。
www.ibm.com
7.
For example, structures cannot inherit from classes, but they can implement interfaces.
例如,结构无法从类继承,但它们可以实现接口。
msdn2.microsoft.com
8.
This is a sealed class, so you can not inherit from it.
这是一个密封类,因此无法从它继承。
msdn2.microsoft.com
9.
For example, a Public interface cannot inherit from a Friend interface.
例如,Public接口不能从Friend接口继承。
msdn2.microsoft.com
10.
A related restriction is that a type cannot inherit from a type that is not yet defined.
一个相关的限制为:类型不能从尚未定义的类型中继承。
msdn2.microsoft.com
1.
For example, a Public class cannot inherit from a Friend class.
例如,Public类不能从Friend类继承。
msdn2.microsoft.com
2.
However, each object in the data source must be of the same class, or must inherit from the same common class.
但是,数据源中的每个对象必须属于同一个类,或者必须从同一个公共类继承。
msdn2.microsoft.com
3.
Class and cannot inherit from any other type; classes can inherit from any class or classes other than
类隐式继承,不能从任何其他类型继承;而类可以从
msdn2.microsoft.com
4.
Interface has no need to - and does not - inherit from
接口不需要并且没有继承
www-128.ibm.com
5.
If you want page developers to be limited to using those custom controls in a catalog, then you should inherit from the
如果您需要对网页开发人员进行限制,使他们只能在某个目录中使用这些自定义控件,则您应该从
msdn2.microsoft.com
6.
An array containing the collection objects, or an empty object array if the specified collection does not inherit from
包含集合对象的数组,如果指定集合不从
msdn2.microsoft.com
7.
To enable data source paging on other data source controls, you must inherit from the data source control and modify its behavior.
若要在其他数据源控件上启用数据源分页,必须从该数据源控件继承并修改其行为。
msdn2.microsoft.com
8.
Classes and structs can inherit from interfaces in a manner similar to how classes can inherit a base class or struct, with two exceptions
类和结构可以按照类继承基类或结构的类似方式继承接口,但有两个例外
msdn2.microsoft.com
9.
Methods are automatically provided for your custom collection when you inherit from
继承时,将自动为您的自定义集合提供
msdn2.microsoft.com
10.
If you want to combine existing controls into a new control, inherit from the
如果希望将现有控件组合到一个新控件中,请从
msdn2.microsoft.com
1.
You cannot set the default remote host to a broadcast address using this method unless you inherit from
不能使用此方法将默认远程主机设置为广播地址,除非采用如下方法:从
msdn2.microsoft.com
2.
Interfaces inherit from zero or more base interfaces; therefore, this property returns a null reference
接口从零个或多个基接口继承;因此,如果
msdn2.microsoft.com
3.
The type argument must be of the type of, or inherit from, at most one class
类型参数至多只能是一个类的类型,或至多只能从一个类继承
msdn2.microsoft.com
4.
Generic classes can inherit from concrete, closed constructed, or open constructed base classes
泛型类可以从具体的、封闭式构造或开放式构造基类继承
msdn2.microsoft.com
5.
It is recommended that the control adapter base class that you provide also inherit from the
建议您提供的控件适配器基类也从
msdn2.microsoft.com
6.
Web server controls that do not inherit from the
类继承的Web服务器控件包括
msdn2.microsoft.com
7.
You can also inherit from built-in classes to create your own custom provider, subject to the inheritance limitations listed here: The
还可以从内置类继承以创建您自己的自定义提供程序,前提是服从下面列出的继承限制
msdn2.microsoft.com
8.
The user control you create in this walkthrough does not inherit from the
您在本演练中创建的用户控件不是从
msdn2.microsoft.com
9.
To inherit from a composite control in a control class library
从控件类库中的复合控件继承
msdn2.microsoft.com
10.
Inherit from part the permission entries that apply to child objects. Inculde these with entries explicitly defined here
从父项继承那些可以应用到子对象的权
www.szxincheng.cn
1.
Element is not a control and it does not inherit from the
元素不是一个控件,它不从
msdn2.microsoft.com
2.
Control and for controls that inherit from the
控件和继承自
msdn2.microsoft.com
3.
Seen enough YuanYuanJinJin landscapes and say bye, miss once the sweet, inherit from ever of lost issue;
看够了远远近近的风景和悲欢离合,思念着曾经的甜蜜,承受了曾经的离失苦果;
blog.sina.com.cn
4.
The second option for where to place your filtering code is to inherit from the
用于确定筛选代码的放置位置的第二个选项是从
msdn2.microsoft.com
5.
The class that provides the data conversion must inherit from
提供数据转换的类必须从
msdn2.microsoft.com
6.
All classes that represent streams inherit from the
所有表示流的类都是从
msdn2.microsoft.com
7.
Structs, however, inherit from the base class
但是,结构从基类
msdn2.microsoft.com
8.
A generic type cannot inherit from Attribute
不能从Attribute继承泛型类型
msdn2.microsoft.com
9.
Class can be used by trace listeners that inherit from the
类继承的跟踪侦听器可以使用从
msdn2.microsoft.com
10.
I inherit from the past of my family, my city, my tribe, my nation
我从我的家族、城市、部族、民族的过去
www.bing.com
1.
Class is sealed so you cannot inherit from it, your custom
类是密封的而不能从它继承,但是您的自定义
msdn2.microsoft.com
2.
One type must inherit from or implement the other type
一个类型必须继承或者实现另一个类型
msdn2.microsoft.com
3.
For example, to create an Access database provider for the membership service, you could inherit from the
例如,若要为成员资格服务创建Access数据库提供程序,可以从
msdn2.microsoft.com
4.
Add a class and configure it to inherit from
添加一个类并将其配置为从
msdn2.microsoft.com
5.
You can inherit from the base class to create a custom zone, or use the
您可以从基类继承以创建自定义区域,或将
msdn2.microsoft.com
6.
Specify the component to inherit from
指定要从中继承的组件
msdn2.microsoft.com
7.
Cannot inherit from a type nested within it
不能从嵌套在它里面的类型继承
msdn2.microsoft.com
8.
If you want to write your own tied array, make sure to inherit from
如果您想编写自己的绑定数组,那么请确保继承了
www-128.ibm.com
9.
If you want to implement design-time license support, you must inherit from this class, and override the following members
如果要实现设计时许可证支持,您必须从该类继承,并且重写以下成员
msdn2.microsoft.com
10.
Array types inherit from the type
数组类型从类型
msdn2.microsoft.com
1.
Both custom controls in this sample demonstrate how to inherit from the
此示例中的两个自定义控件演示如何继承
msdn2.microsoft.com
2.
How to: Inherit from Existing Windows Forms Controls
如何:从现有Windows窗体控件继承
msdn2.microsoft.com
3.
More typically, you would inherit from the
更为常见的是,您会继承
msdn2.microsoft.com
4.
when you inherit from this class , you can override the
当从该类继承时,可以重写
www.ichacha.net
5.
There are two broad categories of zones in the Web Parts control set, all of which inherit from the base
Web部件控件集中的区域可大致划分为两个类别,所有这些区域均从
msdn2.microsoft.com
6.
Class, you also need to inherit from the
类继承,则还需要从
msdn2.microsoft.com
7.
A third option is to customize the rendering at the zone level; for example, you can inherit from the
第三个选项是在区域级别自定义呈现;例如可以从
msdn2.microsoft.com
8.
You must set up your service class to inherit from the
必须将服务类设置为从
msdn2.microsoft.com
9.
How to: Inherit from a Generic Type
如何:从泛型类型继承
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/4/25 5:23:55