单词 | base class | ||||||||||||
释义 | base class
更多释义 收起释义 例句释义: 基类,基底类别,基础类别 1. Can be used to qualify a method that is defined in a base class and that has no implementation of the method provided in that class. 可用于限定这样的方法,该方法在基类中定义但没有在该类中提供该方法的实现。 msdn2.microsoft.com 2. The direct base class of a class type must be at least as accessible as the class type itself. 类类型的直接基类必须至少与类类型本身具有同样的可访问性。 msdn2.microsoft.com 3. Because so much of the infrastructure is provided by the base class, it is relatively easy to develop your own Windows Forms controls. 由于基类提供了很多基础结构,使得开发自己的Windows窗体控件变得相对简单。 msdn2.microsoft.com 4. If it is not implemented, the base class implementation is called, but it does nothing other than to return immediately. 如果不实现该方法,则将调用基类实现,但所做的只是立即返回。 technet.microsoft.com 5. To call the base class implementation of that member in their own implementation. 来调用该成员的基类实现。 msdn2.microsoft.com 6. A similar approach is to use one of Spring's abstract EJB implementation support classes as a base class for your EJB implementation. 一种类似的方法是使用Spring的抽象EJB实现支持类之一作为EJB实现的基类。 www.ibm.com 7. Indicates that this delegate redeclares and hides an identically named programming element, or set of overloaded elements, in a base class. 指定此委托重新声明并隐藏基类中的同名编程元素或重载元素集。 msdn2.microsoft.com 8. While technically not meant to act as a generic base class for addresses, it could be used for that purpose. 虽然从技术的角度看,其没有打算充当地址的通用基类,但还是可以这样来使用。 www.infoq.com 9. The author creates a base class library that makes it relatively easy to develop drivers for specific devices using any. NET language. 作者创建了一个基类库,这使得使用任何.NET语言来为特定设备开发驱动程序都变得相对容易一些。 msdn2.microsoft.com 10. Keyword behaves like an object variable referring to the base class of the current instance of a class. 关键字的行为与引用当前类实例的基类的对象变量的行为相似。 www.hjenglish.com 1. By using the base keyword, it is possible to call the Getinfo method on the base class, from within the derived class. 通过使用base关键字,可以从派生类中调用基类的Getinfo方法。 msdn2.microsoft.com 2. If you select one of these classes for your base class, the Dialog ID box and the DHTML resource ID box are dimmed. 如果为基类选择这些类中的一个,“对话框ID”框和“DHTML资源ID”框无效。 msdn2.microsoft.com 3. In C , dynamic binding happens when a virtual function is called through a reference (or a pointer) to a base class. 里,当虚函数通过基类的引用或者指针被调用时,就会发生动态绑定。 www.blogjava.net 4. Note also that the name of the namespace in which the data type is defined can be retrieved, along with the name of the base class. 同时也请注意,可以在撷取基底类别名称时一起撷取命名空间的名称(资料型别是在此命名空间中定义的)。 technet.microsoft.com 5. In such a case, you want the element to be accessible both from the base class and from all derived classes. 在这种情况下,您希望可从基类和从所有派生类均可访问该元素。 msdn2.microsoft.com 6. Last, we extend the setters to call into the functions of the base class to propagate notification of property changes. 最后,我们扩展setters以调用基类的函数,从而传递属性变更通知。 www.ibm.com 7. Keyword was used to define this method, the derived class method is not calledthe base class method is called instead. 关键字来定义此方法,所调用的不是派生类方法,而是基类方法。 msdn2.microsoft.com 8. Qualifies does not need to be defined in the immediate base class; it may instead be defined in an indirectly inherited base class. 限定的方法不需要在直接基类中定义,它可以在间接继承的基类中定义。 www.kuenglish.info 9. Subclassing the class is typically not an option here, since the method needs to be available to instances of the base class itself. 在这种情况下,继承这个类通常是行不通的,因为所添加的方法需要在基类的实例中可用。 www.infoq.com 10. In a derived class, be sure to call the base class implementation of this method so that registered delegates receive the event. 在派生类中,应确保调用此方法的基类实现,以使注册的委托收到该事件。 technet.microsoft.com 1. When a third party provides the base class, the layout of the class interface is out of your control. 当第三方提供基类时,您将无法控制类接口的布局。 msdn2.microsoft.com 2. Provides a base class for a derived custom type that monitors changes in the state of the data which a cache item depends on. 提供衍生之自订型别的基底类别,这个型别会监控快取项目所依存之资料的状态变更。 technet.microsoft.com 3. When overriding OnPaintBackground in a derived class it is not necessary to call the base class's OnPaintBackground. 在派生类中重写OnPaintBackground时,没有必要调用基类的OnPaintBackground。 msdn2.microsoft.com 4. MyBase cannot be used to access base class members that are marked as Friend if the base class is in a different assembly. 如果基类在不同的程序集中,则不能使用MyBase来访问标记为Friend的基类成员。 msdn2.microsoft.com 5. An assignment operator was not accessible in a base class and was therefore not generated for a derived class. 基类中的赋值运算符不可访问,因此无法为派生类生成赋值运算符。 technet.microsoft.com 6. Since both the base class and derived class have the same interface, there must be some implementation to go along with that interface. 因为基类和衍生类拥有相同的接口,因此这个接口必须要有必要的实现。 www.douban.com 7. The default constructor has no arguments; its implementation calls the base class constructor. 默认的构造函数没有参数;其实现将调用基类构造函数。 msdn2.microsoft.com 8. Serves as the abstract base class for HTML server controls that map to HTML elements that are required to have an opening and a closing tag. 用作映射到需要具有开始标记和结束标记的HTML元素的HTML服务器控件的抽象基类。 msdn2.microsoft.com 9. A copy constructor was not accessible in a base class and was therefore not generated for a derived class. 不可访问基类中的复制构造函数,因此无法为派生类生成复制构造函数。 technet.microsoft.com 10. When a class declares a base class, all of the class members defined for the base class become part of the new class as well. 当类声明基类时,为基类定义的所有类成员也成为新类的一部分。 msdn2.microsoft.com 1. An interface is like an abstract base class: any non-abstract type that implements the interface must implement all its members. 接口是一个抽象基类,如:实现接口的任何非抽象类型必须实现它的所有成员。 technet.microsoft.com 2. If the code provider does not override this method, the ICodeCompiler implementation is called by the base class. 如果代码提供程序不重写此方法,则基类将调用ICodeCompiler实现。 msdn2.microsoft.com 3. The purpose of an abstract class is to provide a common definition of a base class that multiple derived classes can share. 抽象类的用途是提供多个派生类可共享的基类的公共定义。 msdn2.microsoft.com 4. Stores a value that indicates whether the binding reference is to a member that overrides a member in a base class. 存储一个值,该值指示绑定引用是否为对重写基类成员的成员的引用。 207.46.16.251 5. The implementation has to call the base class for custom values that it does not recognize. 此实现必须调用它不能识别的自定义值的基类。 msdn2.microsoft.com 6. Serves as the base class for a set of helper zones that appear only in certain associated page display modes. 充当一组仅在某些关联页显示模式下才显示的帮助器区域的基类。 msdn2.microsoft.com 7. NET can be understood as a runtime environment and a comprehensive base class library. NET平台看做是运行时环境和全面基类库。 blog.163.com 8. For keys that are not processed by the control, the result of the base class's ProcessKeyEventArgs should be returned. 对于未由控件处理的键,应返回基类的ProcessKeyEventArgs的结果。 msdn2.microsoft.com 9. Review the descriptions of each class and then determine which base class best fits the requirements of your custom data-bound control. 查看每个类的说明,然后确定哪一基类最符合自定义数据绑定控件的要求。 msdn2.microsoft.com 10. Keyword to call methods in a base class when overriding methods in a derived class. 当重写派生类中的方法时,可以使用。 msdn2.microsoft.com 1. This class will inherit from the system base class, which will handle everything that you may want your application to do. 这个类又继承了系统的基类,它将处理(此页面)应用要做的一切事情。 www.itpcs.cn 2. Member of a base class is accessible in a derived class only if the access takes place through the derived class type. 成员只有在通过派生类类型访问时才可以在派生类中访问。 msdn2.microsoft.com 3. If they are redefined in a derived class, it is impossible for the derived class to call the base class implementation. 如果在派生类中重新定义成员,则派生类不能调用基类实现。 technet.microsoft.com 4. It is possible for malicious code to cast back to the base type and call the base class method . 恶意代码有可能会重新强制转换为基类型,并调用基类方法。 www.bing.com 5. For keys that are not processed by the control, the result of calling the base class's ProcessKeyEventArgs method should be returned. 对于未由该控件处理的键,应返回调用基类的ProcessKeyEventArgs方法所得的结果。 msdn2.microsoft.com 6. Methods defined with the MustOverride modifier have no implementation in the base class and must be implemented in derived classes. 用MustOverride修饰符定义的方法在基类中没有实现,必须在派生类中实现。 msdn2.microsoft.com 7. This interface provides methods that can be used to identify components of a component that are inherited from a base class. 此接口提供了一组方法,可用于标识组件中从基类继承的组件。 msdn2.microsoft.com 8. You would have run into trouble, instead, if you tried to call Enhance directly in the base class. 相反,如果试图在基类中直接调用Enhance,则可能会遇到问题。 www.ibm.com 9. You can then use the base class, or any of the subclasses, in methods that are typed to expect the base class as a method argument. 然后您就可以在键入的以基类作为方法参数的方法中使用基类或任何一个子类。 www.ibm.com 10. Value containing the name of the base class of this instrumentation class. 值,该值包含此检测类的基类的名称。 msdn2.microsoft.com 1. If the property in this class has one of these names, it should shadow the base class member. 如果此类的某个属性与其中之一同名,应隐藏基类成员。 msdn2.microsoft.com 2. For example, it is now easy to create specialized versions of the base class library'; s types using inheritance and polymorphism. 例如,很容易使用继承和多态创建一个基础类库的特别版本。 bbs.54master.com 3. If the inherited interface is not declared as part of the new class, its implementation is provided by the base class that declared it. 如果没有将继承的接口声明为新类的一部分,其实现将由声明它的基类提供。 msdn2.microsoft.com 4. Do not declare virtual events in a base class and override them in a derived class. 不要在基类中声明虚拟事件,也不要在派生类中重写这些事件。 technet.microsoft.com 5. The name of the base class or interface serving as a lookup key for this editor. 作为此编辑器查找键的基类或接口的名称。 msdn2.microsoft.com 6. The base class constructor checks a number of the parameters for a connection point and can throw several exceptions. 基类构造函数检查连接点的一些参数,并可能会引发若干异常。 msdn2.microsoft.com 7. Keyword to call the constructor of a base class. 关键字来调用基类的构造函数。 msdn2.microsoft.com 8. Copies members from the base class to the prototype associated with the derived class, and continues this process up the inheritance chain. 将成员从基类复制到与派生类相关联的原型,并沿继承链向上继续执行此过程。 technet.microsoft.com 9. Provides a base class for a service that will exist as part of a service application. 为将作为服务应用程序的一部分而存在的服务提供基类。 msdn2.microsoft.com 10. If the device adapter set cannot be directly mapped, a new instance of the base class for the control is created. 如果无法直接映射设备适配器集,则将为控件创建基类的新实例。 msdn2.microsoft.com 1. A member function of a derived class has a different return type from the corresponding member function of the base class. 派生类的成员函数与相应的基类成员函数有不同的返回类型。 msdn.microsoft.com 2. To compile correctly, some base class must contain a method matching the name and types of parameters appearing in the call. 限定的引用,一些基类必须包含与调用中出现的参数名称和类型匹配的方法。 msdn2.microsoft.com 3. Is the default setting for a property or procedure that does not itself override a base class property or procedure . 是自身不能重写基类属性或过程的属性或过程的默认设置。 www.bing.com 4. Specifies a path to a base class for a control and its associated code-behind class. 指定控件基类及其相关联的代码隐藏类的路径。 msdn2.microsoft.com 5. Can also be used to shadow an existing member, or set of overloaded members, in a base class. 也可用于隐藏基类中的现有成员或一组重载成员。 msdn2.microsoft.com 6. Is commonly used to access base class members that are overridden or shadowed in a derived class. 通常用于访问派生类中被重写或被隐藏的基类成员。 msdn2.microsoft.com 7. You can start typing the name of the class, and Eclipse will narrow the list of base class candidates quickly. 您可以开始键入类名,并且Eclipse将快速缩小基本候选类的列表。 www.ibm.com 8. This procedure assumes that an inheritance relationship exists between the type and its base class or interface. 此过程假定类型与它的基类或接口之间存在继承关系。 msdn2.microsoft.com 9. Methods of the base class can be overridden by declaring a new method with the same signature as the new class method. 基类的方法可以通过声明与新的类方法具有相同签名的新方法来进行重写。 msdn2.microsoft.com 10. In this example, the constructor for the base class is called before the block for the constructor is executed. 在此示例中,基类的构造函数在执行构造函数块之前被调用。 msdn2.microsoft.com 1. Gets or sets the name of the base class of this instrumentation class. 获取或设置该检测类的基类的名称。 msdn2.microsoft.com 2. Method simply creates an instance of the base class, passing to it the four parameters that contain information about the failed control. 方法仅创建基类的实例,向其传递四个包含有关失败控件信息的参数。 msdn2.microsoft.com 3. Base class for a simple containment control that provides editing for a control's collection of child controls. 简单内含项目控制项的基底类别,可用来编辑控制项的子控制项集合。 technet.microsoft.com 4. Interfaces are better in situations in which you do not have to inherit implementation from a base class. 在不必从基底类别继承实作的情况下,较适合使用介面。 technet.microsoft.com 5. Moreover, any change to the layout of a base class also affects the layout of the class interface for all derived classes. 而且,对基类的布局的任何更改都会影响到所有派生类的类接口的布局。 msdn2.microsoft.com 6. The implementation has to extend a certain base class, and there should be an asynchronous interface that the framework implements. 实现需要扩展某个基类,并且应该提供由框架实现的异步接口。 www.ibm.com 7. The NotOverridable modifier defines a method of a base class that cannot be overridden in derived classes. NotOverridable修饰符定义无法在派生类中重写的基类的方法。 msdn2.microsoft.com 8. A sealed method overrides a method in a base class, but itself cannot be overridden further in any derived class. 密封方法会重写基类中的方法,但其本身不能在任何派生类中进一步重写。 msdn2.microsoft.com 9. Interfaces are better in situations in which you do not need to inherit implementation from a base class. 在无需从基类继承实现的情况下,接口更好。 msdn2.microsoft.com 10. This means that the derived type is exactly the same type as the base class since it has exactly the same interface. (不是很懂)这意味着衍生类型和基类是相同的类型因为他们有着相同的接口。 www.douban.com 1. If the function was intended to be a static member function, rename it so it doesn't conflict with the base class virtual function. 如果函数用作静态成员函数,则重命名该函数,以便不与基类虚函数冲突。 msdn.microsoft.com 2. Base class to derive custom Editors from. Use this to create your own custom inspectors and editors for your objects. 派生的自定义编辑器基类。使用这个为你的对象来创建自己的自定义检视面板和编辑器。 game.ceeger.com 3. An unspecialized class template cannot be used as a template argument in a base class list. 不能将非专用化的类模板用作基类列表中的模板参数。 www.kuenglish.info 4. Provides the abstract base class for creating formats that can be applied to a custom Web server control at design time. 为创建设计时可应用于自定义Web服务器控件的格式提供抽象基类。 msdn2.microsoft.com 5. You cannot define an additional version of a base class member unless that base class member already specifies Overloads. 您不能定义基类成员的附加版本,除非该基类成员已指定Overloads。 msdn2.microsoft.com 6. Specifies the base class used for displaying dialog boxes on the screen. 指定用于在屏幕上显示对话框的基类。 msdn2.microsoft.com 7. Provides initialization for base class values when called by the constructor of a derived class. 在由派生类的构造函数调用时,提供基类值的初始化。 technet.microsoft.com 8. You might think, reasonably enough, that the same enhancement can be accomplished simply by subclassing the XO base class. 您可能会非常合理地想到,也可以定义XO基类的子类来实现同样的增强。 www.ibm.com 9. Boost. Intrusive you just choose the hook to be a public base class or a public member of the class to be inserted. 你只需选择是用被插入类的公有基类,还是被插入类的公有成员来实现钩子。 boost-doc-zh.googlecode.com 10. It assumes that an inheritance relationship exists between the type and its base class or interface. 假定该类型和其基类或接口之间存在继承关系。 msdn2.microsoft.com 1. Represents the abstract base class from which all classes that derive byte sequences of a specified length inherit. 表示抽象基类,导出指定长度字节序列的所有类都从该基类继承。 msdn2.microsoft.com 2. Provides the abstract base class for a collection whose keys are embedded within the values. 为键嵌入在值中的集合提供抽象基类。 msdn2.microsoft.com 3. Class is an abstract class used as the base class for provider-specific exception class implementations. 类是一个抽象类,用作提供程序特定的异常类实现的基类。 msdn2.microsoft.com 4. Method for a form that has been unloaded, you will get a new instance of the form; any property settings from the base class will be lost. 方法,则将获取该窗体的一个新实例;但会丢失来自基类的任何属性设置。 msdn2.microsoft.com 5. A class function definition has the same name as a virtual function in a base class but not the same number or type of arguments. 类函数定义与基类中的虚函数同名,但参数的数目或类型不同。 technet.microsoft.com 6. Adapts a Web page for a specific browser and provides the base class from which all page adapters inherit, directly or indirectly. 修改网页以适应特定的浏览器,并提供所有页面适配器可直接或间接继承的基类。 msdn2.microsoft.com 7. Implement the base class as an interface, rather than as a class that implements an interface. 将基类作为接口而不是作为实现接口的类来实现。 msdn2.microsoft.com 8. Change the name of the base class to the name of the control from which you want to inherit. 将基类的名称更改为要继承的控件的名称。 msdn2.microsoft.com 9. Obviously , the base class you constrain cannot be a sealed class or a static class , and the compiler enforces that . 显然,您约束的基类不能是密封类或静态类,并且由编译器实施这一限制。 www.bing.com 10. Therefore, the overriding declaration must match the base class version in that respect as well. 因此,重写声明在这方面也必须与基类版本匹配。 msdn2.microsoft.com 1. As you can see in Listing 5, the instance document contains all the base class characteristics and the added CosmeticsAdvert component. 如您在清单5中所见,实例文档包含所有的基类特征以及添加的CosmeticsAdvert组件。 www.ibm.com 2. Value indicating whether the qualifier has been defined locally on this class or has been propagated from a base class. 值,该值指示限定符是在此类上本地定义的还是从基类传播的。 msdn2.microsoft.com 3. Inheritance modifiers control how methods and properties from derived classes override methods and properties in a base class. 继承修饰符控制派生类的方法和属性如何重写基类中的方法和属性。 technet.microsoft.com 4. Although this might seem harmless, imagine what would happen if Internal were a base class for many of your internal classes. 尽管这可能是有害的,但是想象一下如果Internal是您内部类的基类时会发生什么呢。 www.ibm.com 5. Marking the base class as "private" allowed the derived class to inherit from it without actually becoming one of them. 将基类标记为“私有”允许派生类从该基类继承而来,而无需实际成为一个基类。 www.ibm.com 6. A default property defined in a base class can be shadowed by another default property in a derived class . 在基类中定义的默认属性可以被派生类中的另一个默认属性隐藏。 www.bing.com 7. Define a class with the given name, attributes, base class, and the set of interfaces that the class implements. 用给定的名称、属性、基类和该类实现的接口集定义类。 msdn2.microsoft.com 8. A derived-class member with the same name as a member of the base class hides direct access to the base-class member. 当派生类的成员和基类成员名字相同时,派生类的成员屏蔽了对基类此成员的直接访问。 www.blogjava.net 9. Base class is implemented by designer hosts to provide access to types, directives, and user controls defined in a Web project document. 基类由设计器宿主实现,以便提供对Web项目文档中定义的类型、指令和用户控件的访问。 msdn2.microsoft.com 10. The derived class inherits more than one override of a virtual function of a virtual base class. 派生类继承虚拟基类的虚函数的多个重写。 msdn.microsoft.com 1. similarly , the wisdom of defaulting an unlabeled base class to private inheritance seems questionable as a design practice. 同样,将未标记的基类默认为私有继承,作为设计实践,其合理性也是成问题的。 www.ichacha.net 2. Consider ending the name of derived classes with the name of the base class. 考虑在派生类的末尾使用基类名称。 msdn2.microsoft.com 3. PeriodicThread is the base class from which worker threads in the set of cooperating threads must be derived. PeriodicThread是基类,从它派生出协作线程组中的worker线程。 www.ibm.com 4. If the reflected type is the same class as the declaring class, the member is defined on the declaring class, not on a base class. 如果反射类型与声明类是同一类,则在声明类上而非基类上定义成员。 msdn2.microsoft.com 5. To replace the base class implementation with its own. 将基类实现替换为它自己的实现。 msdn2.microsoft.com 6. Code that attempts to use enumerations will fail with a NoClassDefFoundError looking for the java. lang. Enum base class. 尝试使用枚举的代码会失败,在寻找java.lang.Enum基类时出现NoClassDefFoundError。 www.ibm.com 7. Allows you to override base class methods in a derived class. 允许在派生类中重写基类方法。 msdn2.microsoft.com 8. Represents the abstract base class from which all implementations of the Advanced Encryption Standard ( AES ) must inherit . 表示高级加密标准(AES)的所有实现都必须从中继承的抽象基类。 www.bing.com 9. In the case where a base class helps only in implementing a library, the base class should not be publicly visible. 如果某一基类只用于帮助实现库,则该基类不应是公共可见的。 msdn2.microsoft.com 10. If overriding, be sure to call the base class's FrameworkInitialize method. 如果要重写,请务必调用基类的FrameworkInitialize方法。 msdn2.microsoft.com 1. Requiring classes to inherit from a base class to be disposable would make the class hierarchy too inflexible. 如果要求从基类继承的类可处置,会使类层次结构很不灵活。 msdn2.microsoft.com 2. Overloads a base class constructor, this collection contains any arguments to pass to a base class constructor. 重载基类构造函数时,此集合包含传递到基类构造函数的任何参数。 msdn2.microsoft.com 3. Represents the base class from which all implementations of the Rijndael symmetric encryption algorithm must inherit. 表示Rijndael对称加密算法的所有实现必须从其继承的基类。 msdn2.microsoft.com 4. Or a deriving class can redefine a member of a base class, in which case the shadowing is done through inheritance. 或者一个派生类可以重新定义一个基类成员,这种情况下,隐藏是“通过继承”来完成的。 msdn2.microsoft.com 5. Modifier forces references through your class to be resolved to the member you defined, instead of to the new base class element. 修饰符就会通过您的类强制引用被解析为您定义的成员,而不是解析为新的基类元素。 msdn2.microsoft.com 6. Using multiple inheritance in C could lead to the problem of multiple copies of a base class for a particular multiply-inheriting class. 在C 中使用多重继承,对于某个使用了多重继承的特定类而言,可能会使基类出现多个副本,从而导致问题发生。 www.ibm.com 7. Represents the abstract base class from which all implementations of the Digital Signature Algorithm (DSA) must inherit. 表示所有数字签名算法(DSA)的实现都必须从中继承的抽象基类。 msdn2.microsoft.com 8. Class is the abstract base class for button fields and contains the methods and properties that are common to all button fields. 类是按钮字段的抽象基类,包含所有按钮字段公用的方法和属性。 msdn2.microsoft.com 9. Abstract base class for the channel dispatcher that accepts channels and associates them with a service. 接受通道并可将通道与服务相关联的通道调度程序的抽象基类。 msdn2.microsoft.com 10. This class is the base class for all particle types and is used to describe an element in an XML document. 此类是所有粒子类型的基类,用于描述XML文档中的元素。 msdn2.microsoft.com 1. By default, garbage collection is non-concurrent, and only the base class library is loaded into the domain-neutral area. 默认情况下,垃圾回收是非并发的,并且仅把基类库加载到非域特定的区域。 msdn2.microsoft.com 2. Modifier in a class declaration to indicate that a class is intended only to be a base class of other classes. 修饰符可指示一个类只能是其他类的基类。 msdn2.microsoft.com 3. Base class provides keyboard routing for child controls and enables child controls to work as a group. 为子控件提供了键盘路由并使子控件可以作为一个组进行工作。 msdn2.microsoft.com 4. A suitable set of implementations is provided in the testing framework, in a base class named ScaMockBase. 在测试框架的基础类ScaMockBase中提供了一组合适的实现。 www.ibm.com 5. The fully qualified type name of the base class or interface to use as a lookup key for the editor. 用作编辑器查找键的基类或接口的完全限定类型名。 msdn2.microsoft.com 6. The Control class is the base class for all controls used in a Windows Forms application. Control类是Windows窗体应用程序中使用的所有控件的基类。 msdn2.microsoft.com 7. You anticipate that your base class might be modified and define an element using the same name as yours. 您希望可以修改基类并使用您的名称定义元素。 msdn2.microsoft.com 8. Specify which base-class constructor should be called when creating instances of the derived class. 指定创建派生类实例时应调用的基类构造函数。 technet.microsoft.com 9. Class is an abstract base class that you must inherit from to create your own protected-configuration provider. 是一个抽象基类,必须继承该类才可以创建自己的自定义受保护的配置提供程序。 msdn2.microsoft.com 10. Often in a design, you want the base class to present only an interface for its derived classes. 经常在设计过程中,你想要基础类只把接口提供给衍生类。 www.douban.com 1. Class is the base class for request response classes, like the. 类相似,是请求响应类的基类。 msdn2.microsoft.com 2. However, placing an inheritance demand on any nonstatic method in the base class has the same effect as an inheritance demand on the class. 然而,对基类中的任何非静态方法提出继承要求与对类提出继承要求的效果相同。 msdn2.microsoft.com 3. Implements the interfaces of an ActiveX site for use as a base class by the. 类用作基类的ActiveX站点的接口。 msdn2.microsoft.com 4. Method to let the base class localize the string. 方法以让基类将该字符串本地化。 msdn2.microsoft.com 5. You can then override any of the virtual methods or properties in the base class, or add your own. 然后,可以重写基类中的任何虚拟方法或属性或添加您自己的虚拟方法或属性。 msdn2.microsoft.com 6. Base class implementation and calculates the size of the frame window so that it "snaps" to the size of the property pages. 基类实现并计算框架窗口的大小,使它同属性页的大小“咬合”。 msdn2.microsoft.com 7. The XmlWriter class is an abstract base class that provides a forward-only, write-only, non-cached way of generating XML streams. XmlWriter类是一个抽象基类,提供只进、只写、非缓存的方式来生成XML流。 msdn2.microsoft.com 8. Control adapters should inherit from the appropriate base class and follow the same inheritance model as the control. 控件适配器应该继承适当的基类,并且使用的继承模型应与控件相同。 msdn2.microsoft.com 9. MarqueeControlRootDesigner inherits a DesignerVerbCollection from its base class. MarqueeControlRootDesigner从其基类继承DesignerVerbCollection。 msdn2.microsoft.com 10. A base class access is permitted only in a constructor, an instance method, or an instance property accessor. 基类访问只能在构造函数、实例方法或实例属性访问器中进行。 msdn2.microsoft.com 1. Letting the base class behavior happen allows the derived class to concentrate on implementing behavior specific to the derived class. 允许基类行为发生使得派生类能够集中精力实现特定于派生类的行为。 msdn2.microsoft.com 2. A constant, field, property, or type introduced in a class or struct hides all base class members with the same name. 引入类或结构中的常数、指定、属性或类型隐藏具有相同名称的所有基类成员。 msdn2.microsoft.com 3. The customer class can be an abstract base class for a family of different customer types, such as private or business customer. 客户类可以是用于许多不同客户类型的抽象基类,比如说私有客户或业务客户。 www.ibm.com 4. However, if you think that your code will be used in more than just Windows PowerShell, you should use Cmdlet as a base class. 但是,如果您认为代码不会只用于WindowsPowerShell,则应该使用Cmdlet作为基类。 msdn.microsoft.com 5. It is invalid to use an unspecialized template class name as a template parameter in a base class list. 将非专用化的模板类名用作基类列表中的模板参数是无效的。 www.kuenglish.info 6. Acts as a base class for deriving custom settings providers in the application settings architecture. 在应用程序设置结构中作为派生自定义设置提供程序的基类。 msdn2.microsoft.com 7. This is the base class for all data-bound controls, which performs the data binding and validation of any bound data. 此类为所有数据绑定控件的基类,用于执行数据绑定和验证任何绑定数据。 msdn2.microsoft.com 8. Represents the base class for WPF core-level implementations building on WPF elements and basic presentation characteristics. 表示WPF核心级实现的基类,该类建立在WPF元素和基本表示特征基础上。 msdn2.microsoft.com 9. Specifies the name of the base class for the new class. 指定新类别的基底类别名称。 technet.microsoft.com 10. Some methods are in bold, but that just means the method is not inherited form a base class. 一些方法被加粗显示,但这只表明它不是一个基类的子类。 www.infoq.com 1. Base class defines an object that is associated with a consumer or provider and contains the details necessary to exchange data. 基类定义与使用者或提供者关联的对象,并包含交换数据所需的详细信息。 msdn2.microsoft.com 2. Many programmers are confused about the difference between a metaclass and a base class. 许多程序员会混淆元类和基类的不同。 www.ibm.com 3. The Resource class is the base class that contains methods for EMF resource manipulation, including methods for reading and saving content. Resource类是一个基类,它包含用于操作EMF资源的方法,包括读取和保存内容的方法。 www.ibm.com 4. Overridden members have the same arguments as the members inherited from the base class, but they have different implementations. 虽然重写的成员具有与从基类继承的成员相同的参数,但它们具有不同的实现。 msdn2.microsoft.com 5. Class as a base class for a custom toolbox item implementation. 用作自定义工具箱项实现的基类。 msdn2.microsoft.com 6. Designers of a base class can anticipate the aspects of their base class that are likely to change for a derived type. 基类的设计者可以预测到其基类中可能会在派生类中发生更改的方面。 msdn2.microsoft.com 7. Version-safe modifiers help control the methods from a derived class that override methods in a base class. 版本安全修饰符控制可重写基类中的方法的派生类方法。 msdn2.microsoft.com 8. Provides the base class for types that define a list of items used to create a smart tag panel. 为类型提供基类,这些类型定义用于创建智能标记面板的项目的列表。 msdn2.microsoft.com 9. The base class for a collection of parameters relevant to a. 相关的参数集合的基类。 msdn2.microsoft.com 10. A class may extend only one base class, but a class may implement many interfaces. 一个class只能扩展一个基class,但一个class可以实现多个interfaces。 msdn2.microsoft.com 1. Hiding an inherited member means that the derived version of the member replaces the base-class version. 隐藏继承的成员意味着该成员的派生版本将替换基类版本。 msdn2.microsoft.com 2. A method introduced in a class or struct hides properties, fields, and types, with the same name, in the base class. 引入类或结构中的方法隐藏基类中具有相同名称的属性、字段和类型。 msdn2.microsoft.com 3. Each class defines a Sub procedure display, and each derived class shadows the display procedure in its base class. 每个类都定义一个Sub过程display,并且每个派生类都隐藏其基类中的display过程。 msdn2.microsoft.com 4. The application logic for the survey is built within the Java code, using a base class for the survey. 在Java代码中使用一个用于调查的基类构建应用程序逻辑,以进行问卷调查。 www.ibm.com 5. Define a class with the given name, attributes, base class, packing size, and the class size as a whole. 将类与给定的名称、属性、基类、封装大小和类大小一起定义为一个整体。 msdn2.microsoft.com 6. Serves as the base class that defines the methods, properties and events common to all controls in the. 命名空间中的所有控件的公共方法、属性和事件的基类。 msdn2.microsoft.com 7. Members of the managed class, including members inherited from its base class. 成员,包括从其基类继承的成员。 msdn2.microsoft.com 8. Derived classes inherit all the fields, properties, methods, and events of the base class. 派生类继承基类的所有字段、属性、方法和事件。 msdn2.microsoft.com 9. Indicates whether the component associated with this attribute has been inherited from a base class. 指示是否已从基类继承与此属性关联的组件。无法继承此类。 msdn2.microsoft.com 10. If you do not intend to hide the base class member, change the property name. 如果不打算隐藏基类成员,则更改属性名称。 msdn2.microsoft.com 1. 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 2. If you intend to select a master page dynamically, it is recommended that you create a base class from which your master pages derive. 如果要动态地选择一个母版页,建议您创建一个基类,并从此基类派生母版页。 msdn2.microsoft.com 3. Serves as a base class for derived classes that import SOAP transmission protocols into XML Web services. 用作将SOAP传输协议导入XMLWebservices的派生类的基类。 msdn2.microsoft.com 4. Serves as the base class for all Web Parts part controls, which render a modular user interface on a Web Forms page. 用作所有“Web部件”的部件控件的基类,这些控件在Web窗体页上呈现模块化用户界面。 msdn2.microsoft.com 5. The abstract class is the base class in an inheritance relationship with another class. 抽象类是与另一个类有关的继承关系中的基类。 msdn2.microsoft.com 6. The language in use has registered a designer class in the Registry that does not derive from the correct base class. 正在使用的语言已在注册表中注册了一个设计器类,但该类并不是从正确的基类派生的。 technet.microsoft.com 7. For derived classes, the class interface also exposes all public methods, properties, and fields of the base class. 对于派生类,类接口还会公开基类的所有公共方法、属性和字段。 msdn2.microsoft.com 8. If you shadow an element, you can still access the shadowed element through an object declared with the type of the base class. 如果您隐藏某个元素,仍然可以通过用基类的类型所声明的对象来访问被隐藏的元素。 msdn2.microsoft.com 9. Represents the base class for Web Parts controls that under certain conditions must replace other Web Parts controls on a page. 表示某些Web部件控件的基类,在某些条件下这些控件必须替换页上的其他Web部件控件。 msdn2.microsoft.com 10. Base class. In rendering, the control checks whether it is in secondary UI mode, if so, renders the appropriate secondary UI. 呈现时,控件检查它是否处于辅助用户界面模式,并使用该模式呈现适当的辅助用户界面。 msdn2.microsoft.com 1. Overridden members must have the same arguments as the inherited members from the base class. 重写的成员必须具有与从基类继承的成员相同的参数。 msdn2.microsoft.com 2. An interface is similar to an abstract base class: any non-abstract type inheriting the interface must implement all its members. 接口类似于抽象基类:继承接口的任何非抽象类型都必须实现接口的所有成员。 msdn2.microsoft.com 3. Gets the instance of the base class used as the root component for the current design. 获取用作当前设计的根组件的基类的实例。 msdn2.microsoft.com 4. A custom action defined at the base class level is available to all classes and subclasses beneath the base class. 定义在基类层的自定义操作对所有的类和基类继承的子类都可用。 blog.vsharing.com 5. So instances of base class event types cannot be created directly by user code. 因此不能直接通过用户代码来创建基类事件类型的实例。 msdn2.microsoft.com 6. If you simply inherit a class and don't do anything else, the methods from the base-class interface come right along into the derived class. 如果你只是简单的继承一个类而不做其他的事情,那么这个基类的方法便会顺延到衍生类中。 www.douban.com 7. The new class inherits the properties of the base class in the COM object, overloads a method, and defines a new method to extend the class. 新类继承COM对象中基类的属性,重载一个方法并定义一个新方法来扩展该类。 msdn2.microsoft.com 8. The class must contain proper member definitions for the properties of the existing WMI base class. 该类必须包含现有WMI基类的属性的正确成员定义。 msdn2.microsoft.com 9. The base class UserControl provides keyboard routing for child controls and enables child controls to work as a group. 基类UserControl为子控件提供了键盘路由并使子控件可以作为一个组进行工作。 msdn2.microsoft.com 10. The CodeDOM does not provide a way to represent the base class of a class separately from the base interface. CodeDOM并没有提供途径来独立于基接口表示基类。 msdn2.microsoft.com 1. Provides a new implementation of a virtual member inherited from a base class. 提供从基类继承的虚拟成员的新实现。 msdn2.microsoft.com 2. Serves as the abstract base class that defines the properties, methods, and events common for all list-type controls. 用作定义所有列表类型控件通用的属性、方法和事件的抽象基类。 msdn2.microsoft.com 3. The Image class is an abstract base class that provides methods for working with raster images (bitmaps) and vector images (metafiles). Image类是抽象基类,它提供了处理光栅图像(位图)和矢量图像(图元文件)的方法。 msdn2.microsoft.com 4. Do not directly call your base class Finalize method. 不要直接调用基类Finalize方法。 msdn2.microsoft.com 5. Is the base class for objects that communicate across application domain boundaries by exchanging messages using a proxy. 是通过使用代理交换消息来跨应用程序域边界进行通信的对象的基类。 msdn2.microsoft.com 6. Because the CatalogZone class adds only a zone template to the behavior of its base class, it has few members. 因为CatalogZone类仅向其基类的行为中添加一个区域模板,该类的成员不多。 msdn2.microsoft.com 7. Hidden class members can still be called if an instance of the derived class is cast to an instance of the base class. 如果将派生类的实例强制转换为基类的实例,就仍然可以调用隐藏类成员。 msdn2.microsoft.com 8. Version-safe modifier that prevents a method or property from overriding a method or property in a base class. 防止方法或属性重写基类中方法或属性的版本安全修饰符。 msdn2.microsoft.com 9. You can define your own switches by inheriting from the Switch class and overriding the base class methods with customized methods. 类继承和用自定义方法重写基类方法来定义您自己的开关。 msdn2.microsoft.com 10. Class, using the name of the designer class and the base class for the designer. 使用设计器类的名称和设计器的基类初始化。 msdn2.microsoft.com 1. The shadowed element in the base class is normally unavailable from within the derived class that shadows it. 基类中隐藏的元素在隐藏它的派生类中通常不可用。 msdn2.microsoft.com 2. the compiler is detecting a loss of information in the conversion because a base class is at a non-zero offset from the derived. 编译器检测转换中的信息丢失,因为基类距派生类的偏移量不为零。 207.46.16.251 3. The base class for an SDI application's main frame window. Also the base class for all other frame window classes. SDI应用的主框架窗口的基类。也是所有其它框架窗口类的基类。 blog.csdn.net 4. An abstract base class imposes unnecessary restrictions on application-oriented development of the class hierarchy. 抽象基类给面向应用的开发的类结构强加了不必要的约束。 www.bing.com 5. Serves as the abstract base class for validation controls that perform typed comparisons. 充当执行类型化比较的验证控件的抽象基类。 msdn2.microsoft.com 6. Base class form the essential building blocks of a Web Parts application. 基类的区域控件,共同形成了Web部件应用程序的基本构造块。 msdn2.microsoft.com 7. Provides the abstract base class for a collection whose keys are embedded in the values. 为内嵌在值之索引键的集合,提供抽象基底类别。 msdn.microsoft.com 8. The TableLayoutControlCollection class is a minor specialization of the Control. : : . ControlCollection base class. TableLayoutControlCollection类是Control.::.ControlCollection基类的次要专用化。 msdn2.microsoft.com 9. The SideShowGadget type (the base class of the all gadget types) offers events that apply to all gadgets regardless of endpoint. SideShowGadget类型(所有小工具类型的基类)提供了适用于所有小工具(不考虑端点)的事件。 msdn.microsoft.com 10. When overriding the OnPaintBackground method, a derived class is not required to invoke the OnPaintBackground method of its base class. 当重写OnPaintBackground方法时,不要求派生类调用其基类的OnPaintBackground方法。 msdn2.microsoft.com 1. Is a primitive type or serves as a base class to a complex hierarchy. 是基元类型还是充当复杂层次结构的基类,以上都成立。 msdn2.microsoft.com 2. The abstract base class for proxies to well-known objects that were generated by the Soapsuds Tool (Soapsuds. Exe). 由Soapsuds工具(Soapsuds.exe)生成的已知对象的代理的抽象基类。 msdn2.microsoft.com 3. Inheritance involves the ability to reuse members of the base class, which in turn requires that these members be defined. 继承涉及到重用基类成员的能力,这反过来又要求这些成员已定义。 msdn2.microsoft.com 4. Base class, which provides a default implementation of this interface. 基类,该基类可提供此接口的默认实现。 msdn2.microsoft.com 5. The base class must continue to work correctly even if its implementation is not called. 即使没有调用基类的实现,基类也必须继续正常工作。 msdn2.microsoft.com 6. Complying with this guideline allows derived classes to handle a base class event by overriding the protected method. 遵循此准则可使派生类能够通过重写受保护的方法来处理基类事件。 msdn2.microsoft.com 7. Represents the abstract base class from which all implementations of asymmetric algorithms must inherit. 表示所有不对称算法的实现都必须从中继承的抽象基类。 msdn2.microsoft.com 8. This allows the base class to be used as an adapter for composition controls. 这允许将基类用作撰写控件的适配器。 msdn2.microsoft.com 9. Provides the base class used to support user property settings. 提供了用于支持用户属性设置的基类。 msdn2.microsoft.com 10. An indexer introduced in a class or struct hides all base class indexers with the same signature. 引入类或结构中的索引器将隐藏具有相同名称的所有基类索引器。 msdn2.microsoft.com 1. Constructor of the base class executes first, followed by constructors in derived classes. 构造函数首先执行,然后执行派生类中的构造函数。 msdn2.microsoft.com 2. A Java agent is a Java program that extends the Lotus-supplied base class called AgentBase and that runs inside the Domino framework. Java代理是一种Java程序,它扩展了Lotus提供的称为AgentBase的基础类,并且可以在Domino框架内运行。 www.ibm.com 3. Base class provides the required context in which server controls can connect and exchange data. 基类提供了必要的上下文,服务器控件可以在其中连接和交换数据。 msdn2.microsoft.com 4. Derived classes inherit, and can extend, the properties, methods, events, fields, and constants defined in the base class. 派生类继承并可扩展基类中定义的属性、方法、事件、字段和常数。 msdn2.microsoft.com 5. Class is an abstract base class that provides non-cached, forward-only, read-only access to XML data. 类是一个提供对XML数据的非缓存、只进只读访问的抽象基类。 msdn2.microsoft.com 6. Class is the base class from which Web controls inherit. It defines many properties common to all Web controls. 该基类定义了许多对于所有Web控件都通用的属性。 msdn2.microsoft.com 7. This is commonly used to access custom members of the profile provider that are not part of the ProfileProvider abstract base class. 这通常用于访问配置文件提供程序的不属于ProfileProvider抽象基类的自定义成员。 msdn2.microsoft.com 8. Its own message catalog extends and overrides the values inherited from the base class. 他自己的信息目录扩展和替换继承自基类的值。 dictsearch.appspot.com 9. Change the visibility modifier of the derived-class method to match the visibility of the base class method. 对派生类方法的可见性修饰符进行修改,使其与基类方法的可见性相匹配。 msdn.microsoft.com 10. This abstract class is provided as the base class for all cryptographic random number generators. 此抽象类作为所有加密随机数生成器的基类提供。 msdn2.microsoft.com 1. Represents the base class from which all implementations of cryptographic hash algorithms must derive. 表示所有加密哈希算法实现均必须从中派生的基类。 msdn2.microsoft.com 2. Class is the base class used by applications to provide contextual information to the settings provider. 类是应用程序用于向设置提供程序提供上下文信息的基类。 msdn2.microsoft.com 3. Method should not call a method on any objects other than that of its base class. 方法不应对任何非其基类的对象调用方法。 msdn2.microsoft.com 4. The base implementation does fairly substantial work to free resources that are known to the base class. 基实现执行大量工作以释放基类已知的资源。 technet.microsoft.com 5. This method performs the validation check between the base class and the parameter object. 此方法在基类和参数对象之间执行有效性检查。 msdn2.microsoft.com 6. Each service or proxy that supported an interface was required to inherit from the abstract base class that defined the interface. 支持接口的每项服务或代理必须继承定义该接口的抽象基类。 www.ibm.com 7. Page acts as an abstract base class for all pages and can contain any arbitrary tree of Components. Page充当所有页面的抽象基类并可包含Component的任意树。 www.ibm.com 8. Is the base class for exceptions thrown while accessing information using streams, files and directories. 是在使用流、文件和目录访问信息时引发的异常的基类。 msdn2.microsoft.com 9. Conditional member 'member' cannot implement interface member 'base class member' in type 'Type Name' 条件成员“member”无法在类型“TypeName”中实现接口成员“baseclassmember” msdn2.microsoft.com 10. Method, the adapter should call the corresponding base class method before any additional processing. 方法时,适配器应在进行任何其他处理之前调用相应的基类方法。 msdn2.microsoft.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。