单词 | derived class |
释义 | 例句释义: 导出类别,派生类,衍生类别,见继承类 1. When overridden in a derived class, this method is called by the runtime to schedule a work item (callback) for a particular instance ID. 在派生类中重写时,此方法由运行时调用,用于计划特定实例ID的工作项(回调)。 technet.microsoft.com 2. This method can be implemented in a derived class to customize the initialization of the component that this designer is designing. 此方法可以在派生类中实现,以自定义此设计器所设计的组件的初始化。 www.kuenglish.info 3. When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes. 在派生类中重写时,将指定字符数组中的一组字符编码为一个字节序列。 msdn2.microsoft.com 4. A name can be hidden by an explicit declaration of that same name in a nested declarative region or derived class (10. 2). 名字被嵌套的声明区域或派生类(10.2)中相同名字的显式声明所隐藏。 blog.csdn.net 5. When overridden in a derived class, returns a normalized copy of the object on which it is called. 当在派生类中重写时,返回在其上调用它的对象的正常化副本。 msdn2.microsoft.com 6. When overridden in a derived class, initializes a new instance of that class and registers it with the application as a disposable object. 在派生类中重写时,初始化该类的新实例并在应用程序中将其注册为可释放的对象。 msdn2.microsoft.com 7. For a member function, the first argument should be an object of the class or derived class to which the member function belongs. 对于成员函数,第一个参数应为成员函数所属的类或派生类的对象。 msdn2.microsoft.com 8. When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters. 在派生类中重写时,将指定字节数组中的所有字节解码为一组字符。 msdn2.microsoft.com 9. When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters. 在派生类中重写时,将指定字节数组中的字节序列解码为指定的字符数组。 msdn.microsoft.com 10. 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 1. Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class. 获取在派生的类中重写时用于标识配置文件中此元素集合的名称。 msdn2.microsoft.com 2. When overridden in a derived class , allows for code to run when a subsequent instance of a single - instance application starts . 在派生类中重写后,允许代码在单实例应用程序的后续实例启动时运行。 www.bing.com 3. Declares a method or an accessor whose implementation can be changed by an overriding member in a derived class. 在派生类中声明其实现可由重写成员更改的方法或访问器。 msdn2.microsoft.com 4. When the function is called through a derived object, the arguments must match a version of the function defined in the derived class. 当调用派生对象的函数时,实参必须和派生类中函数定义相互匹配。 www.blogjava.net 5. When overridden in a derived class, gets whether the event can be shown in a property window. 在衍生类别中覆写时,取得是否可以在属性视窗中显示事件。 technet.microsoft.com 6. When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding. 在派生类中重写时,获取可与邮件代理标题标记一起使用的当前编码的名称。 207.46.16.251 7. Use this information to determine the allowable quota and any other derived class- specific isolated storage settings . 使用该信息确定允许的配额和任何其他派生类特定的独立存储设置。 www.bing.com 8. In a derived class, design the method to return true only if the value fits the rules of the language and does not conflict with a keyword. 时,将方法设计为只有在值符合语言的规则并且不与关键字冲突的情况下才返回。 msdn2.microsoft.com 9. When overridden in a derived class, serializes Web method parameter values into a stream representing the outgoing HTTP request body. 在派生类中重写时,将Web方法的参数值序列化到表示传出HTTP请求正文的流中。 msdn2.microsoft.com 10. When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes. 在派生类中重写时,将指定字符数组中的所有字符编码为一个字节序列。 msdn2.microsoft.com 1. When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. 当在派生类中被重写时,确定一个值,该值指示是否需要永久保存此属性的值。 msdn2.microsoft.com 2. Keyword was used to define this method, the derived class method is not calledthe base class method is called instead. 关键字来定义此方法,所调用的不是派生类方法,而是基类方法。 msdn2.microsoft.com 3. 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 4. The class should be decomposed into an inheritance hierarchy, where each value of the attribute is transformed into a derived class. 类应当解耦合成一个继承层次结构,每个属性值都被变换成一个派生类。 dictsearch.appspot.com 5. when overridden in a derived class , decodes a sequence of bytes into a set of characters. 在派生类中重写时,将一个字节序列解码为一组字符。 www.ichacha.net 6. When overridden in a derived class, implements a representation of information about a set of Web Parts data for a page. 在派生类中重写时,实现页的一组Web部件数据的有关信息的表示形式。 msdn2.microsoft.com 7. When overridden in a derived class, encodes a set of characters into a sequence of bytes. 在派生类中重写时,将一组字符编码为一个字节序列。 msdn.microsoft.com 8. This method can be overridden in a derived class to return values that are meaningful for that type. 在派生类中可以重写此方法,以返回对该类型有意义的值。 msdn2.microsoft.com 9. When overriding OnPaintBackground in a derived class it is not necessary to call the base class's OnPaintBackground. 在派生类中重写OnPaintBackground时,没有必要调用基类的OnPaintBackground。 msdn2.microsoft.com 10. An assignment operator was not accessible in a base class and was therefore not generated for a derived class. 基类中的赋值运算符不可访问,因此无法为派生类生成赋值运算符。 technet.microsoft.com 1. When overridden in a derived class , obtains a decoder that converts an encoded sequence of bytes into a sequence of characters . 在派生类中重写时,获取一个解码器,该解码器将已编码的字节序列转换为字符序列。 www.bing.com 2. 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 3. When overridden in a derived class, creates an instance of the specified implementation of a cryptographic random number generator. 在派生类中重写时,创建加密随机数生成器的指定实现的实例。 technet.microsoft.com 4. Method is called if it has been implemented in your derived class. 方法已在派生类中实现,则会被调用。 msdn2.microsoft.com 5. A copy constructor was not accessible in a base class and was therefore not generated for a derived class. 不可访问基类中的复制构造函数,因此无法为派生类生成复制构造函数。 technet.microsoft.com 6. When overridden in a derived class, adds code attribute declarations to any method that represents an operation in a binding. 在派生类中重写时,向表示绑定中的操作的任何方法添加代码属性声明。 msdn2.microsoft.com 7. When overridden in a derived class, gets or sets the name of the application configured for the provider. 在派生类中重写时,获取或设置为提供程序配置的应用程序的名称。 msdn2.microsoft.com 8. Specifies that a property or procedure can be overridden by an identically named property or procedure in a derived class. 指定属性或过程可由派生类中同名的属性或过程进行重写。 msdn2.microsoft.com 9. When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device. 当在派生类中重写时,将清除该流的所有缓冲区,并使得所有缓冲数据被写入到基础设备。 msdn2.microsoft.com 10. When overridden in a derived class, gets the height used for automatically resizing columns. 在派生类中被重写时,将获取自动调整列的大小所用的高度。 msdn2.microsoft.com 1. The body of the derived-class constructor is called. 调用派生类的构造方法; www.xue5.com 2. When overridden in a derived class, decodes all the bytes in the specified byte array into a string. 在派生类中重写时,将指定字节数组中的所有字节解码为一个字符串。 msdn.microsoft.com 3. When overridden in a derived class, determines whether a year is a leap year. 当在派生类中重写时,确定某年是否为闰年。 msdn2.microsoft.com 4. When overridden in a derived class, represents the results of the authorization policies that have been evaluated. 当在派生类中重写时,表示已经过评估的授权策略的结果。 technet.microsoft.com 5. When overridden in a derived class, gets the name of the property that the object represents. 在派生类中重写时,获取该对象表示的属性的名称。 msdn2.microsoft.com 6. Must be overridden in the derived class, and when implemented, gets the tracking profile for a specified workflow instance or workflow type. 必须在衍生类别中覆写,在实作之后会取得指定之工作流程执行个体或工作流程类型的追踪设定档。 technet.microsoft.com 7. When overridden in a derived class, returns the number of profiles in which the last activity date occurred on or before the specified date. 在派生类中重写后,此方法返回最后一次活动在指定日期或指定日期之前发生的配置文件的数目。 msdn2.microsoft.com 8. When overridden in a derived class, gets the name of the list supplying the data for the binding. 当在派生类中被重写时,获取为绑定提供数据的列表的名称。 msdn2.microsoft.com 9. When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string. 在派生类中重写时,将指定字节数组中的一个字节序列解码为一个字符串。 msdn.microsoft.com 10. When implemented in a derived class, this method indicates whether the specified value can be removed from the collection. 当在派生类中实现时,此方法指示是否可从集合中移除指定值。 msdn.microsoft.com 1. When overridden in a derived class, gets a value indicating whether the Web Forms page is still loading. 在派生类中重写时,获取一个指示是否仍在加载Web窗体页的值。 msdn2.microsoft.com 2. When overridden in a derived class, gets a value indicating whether the reader is positioned at the end of the stream. 当在派生类中被重写时,获取一个值,该值指示此读取器是否定位在流的结尾。 msdn2.microsoft.com 3. This constructor is called to initialize state in the type whenever an instance of the derived class is created. 每当创建派生类的实例时,都会调用此构造函数以初始化类型中的状态。 msdn2.microsoft.com 4. When overridden in a derived class, gets the quotation mark character used to enclose the value of an attribute node. 当在派生类中被重写时,获取用于括住属性节点值的引号字符。 msdn2.microsoft.com 5. When overridden in a derived class, gets a value indicating whether the current node is an empty element without an end element tag. 当在派生类中被重写时,获取一个值,该值指示当前节点是否是一个没有结束元素标记的空元素。 msdn2.microsoft.com 6. Keyword to call methods in a base class when overriding methods in a derived class. 当重写派生类中的方法时,可以使用。 msdn2.microsoft.com 7. When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. 当在派生类中重写时,指示此实例的值是否是派生类的默认值。 msdn2.microsoft.com 8. 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 9. If they are redefined in a derived class, it is impossible for the derived class to call the base class implementation. 如果在派生类中重新定义成员,则派生类不能调用基类实现。 technet.microsoft.com 10. When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array. 在派生类中重写时,计算对指定字符数组中的所有字符进行编码所产生的字节数。 msdn2.microsoft.com 1. When overridden in a derived class, encodes a set of characters from the specified character array into the specified byte array. 在派生类中重写时,将指定字符数组中的一组字符编码为指定的字节数组。 msdn2.microsoft.com 2. When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters. 在派生类中重写时,计算对一组字符进行编码所产生的字节数。 technet.microsoft.com 3. an object of a most derived class type is called a most derived object. 一个最终派生类类型的对象被称为最终派生对象。 www.31456.com 4. When overridden in a derived class, this method returns true if the current value of the property is different from its default value. 当在派生类中被重写时,如果属性的当前值与其默认值不同,则此方法返回。 msdn2.microsoft.com 5. The implementations of the abstract methods are up to the writer of the derived class. 实现这些抽象方法是派生类编写器的任务。 msdn2.microsoft.com 6. When overridden in a derived class, returns the number of rows in the underlying data store that exist within the specified scope. 在派生类中重写时,返回基础数据存储区中存在于指定范围内的行数。 msdn2.microsoft.com 7. When overridden in a derived class, controls the binding of a serialized object to a type. 当在派生类中重写时,控制将序列化对象绑定到类型的过程。 msdn2.microsoft.com 8. The class is abstract with a static factory function that returns an instance of a concrete derived class. 阶级是抽象的同一个静态工厂函数返回的是一个具体的。 wu-to.com 9. Keyword is used to modify a method, property, indexer or event declaration, and allow it to be overridden in a derived class. 关键字用于修饰方法、属性、索引器或事件声明,并且允许在派生类中重写这些对象。 msdn2.microsoft.com 10. Do not declare virtual events in a base class and override them in a derived class. 不要在基类中声明虚拟事件,也不要在派生类中重写这些事件。 technet.microsoft.com 1. When overridden in a derived class, replies to a request message within a specified interval of time. 在派生类中重写时,在指定时间间隔内答复请求消息。 technet.microsoft.com 2. When overridden in a derived class, gets the type of the component this property is bound to. 当在派生类中被重写时,获取该属性绑定到的组件的类型。 msdn2.microsoft.com 3. According to such a derived class, derived class represents a point in space, and find the space to another point to point distance. 根据该类建立一个派生类,派生类表示空间内的一个点,并求该点到空间内另一点的距离。 www.pudn.com 4. 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 5. When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid. 在派生类中重写时,此方法包含确定输入控件中的值是否有效的代码。 msdn2.microsoft.com 6. Declares that a class must be extended or that the implementation for a method or property must be provided by a derived class. 声明类必须扩展或者方法或属性的实现必须由派生类来提供。 msdn2.microsoft.com 7. A member function of a derived class has a different return type from the corresponding member function of the base class. 派生类的成员函数与相应的基类成员函数有不同的返回类型。 msdn.microsoft.com 8. Method can be overridden in a derived class; use caution as a malicious entity could modify the method. 方法可以在派生类中进行重写;由于恶意实体可能会修改此方法,因此使用时要谨慎。 msdn2.microsoft.com 9. When overridden in a derived class, gets the name of the key exchange algorithm. 当在派生类中重写时,获取密钥交换算法的名称。 msdn.microsoft.com 10. when overridden in a derived class , decodes a sequence of bytes into a string. 在派生类中重写时,将一个字节序列解码为一个字符串。 www.ichacha.net 1. When overridden in a derived class, returns the name of the client computer. 在派生类中被重写时,返回客户端计算机的名称。 msdn2.microsoft.com 2. When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for saving content. 在派生类中重写时,获取一个值,该值指示浏览器客户端是否可以使用当前的编码保存内容。 msdn2.microsoft.com 3. Writes the contents of this configuration element to the configuration file when implemented in a derived class. 当在派生类中实现后,将此配置元素的内容写入配置文件。 msdn2.microsoft.com 4. When overridden in a derived class, controls how data is retrieved and bound to the control. 当在派生类中重写时,控制如何检索数据并将数据绑定到控件。 msdn2.microsoft.com 5. When overridden in a derived class, writes the start of an attribute with the specified prefix, local name, and namespace URI. 在衍生类别中覆写时,写入具有指定的前置词、区域名称和命名空间URI之属性的开头。 technet.microsoft.com 6. When overridden in a derived class, dispatches an asynchronous message to a synchronization context. 当在派生类中重写时,将异步消息调度到一个同步上下文。 msdn2.microsoft.com 7. When overridden in a derived class, gets the name of the protocol being used. 在派生类中重写时,获取正在使用的协议的名称。 msdn2.microsoft.com 8. When overridden in a derived class, sets the encoder back to its initial state. 在派生类中重写时,将编码器设置回它的初始状态。 www.kuenglish.info 9. This constructor is called by derived class constructors to initialize state in this type. 派生类构造函数调用此构造函数初始化该类型中的状态。 msdn2.microsoft.com 10. When overridden in a derived class, gets the index of the current position in the selected set of nodes. 当在派生的类中重写时,获取所选节点集中当前位置的索引。 msdn2.microsoft.com 1. This constructor is called by derived class constructors to initialize state in this type. 派生类构造函数调用此构造函数初始化该类型中的状态。 msdn2.microsoft.com 2. When overridden in a derived class, gets the index of the current position in the selected set of nodes. 当在派生的类中重写时,获取所选节点集中当前位置的索引。 msdn2.microsoft.com 3. A shadowed element is unavailable from within the derived class that shadows it, except from where the shadowing element is inaccessible. 对于被隐藏的元素来说,从隐藏该元素的派生类无法使用它,除非是从不能访问隐藏元素的位置进行访问。 msdn2.microsoft.com 4. Must be overridden in the derived class, and when implemented, returns the tracking profile for the specified workflow instance. 必须在衍生类别中覆写,在实作之后会传回指定之工作流程执行个体的追踪设定档。 technet.microsoft.com 5. When overridden in a derived class, retrieves the next character in the fallback buffer. 在派生类中重写后,此方法检索回退缓冲区中的下一个字符。 msdn2.microsoft.com 6. When overridden in a derived class, restores the pre-installation state of the computer. 在派生类中重写时,还原计算机的安装前状态。 msdn2.microsoft.com 7. When overridden in a derived class, copies all the properties that are required at install time from the specified component. 在派生类中被重写时,从指定的组件复制安装时需要的所有属性。 msdn2.microsoft.com 8. An abstract inherited property can be overridden in a derived class by including a property declaration that uses the. 修饰符的属性声明,可以重写抽象的继承属性。 msdn2.microsoft.com 9. When overridden in a derived class, gets the default interval of time provided for an open operation to complete. 在派生类中重写时,获取为完成打开操作提供的默认时间间隔。 msdn.microsoft.com 10. They are typically used when you want a derived class of the type to handle the specifics of a given scenario. 如果类型的派生类要处理给定的特定情况,通常会使用虚成员。 msdn2.microsoft.com 1. They are typically used when you want a derived class of the type to handle the specifics of a given scenario. 如果类型的派生类要处理给定的特定情况,通常会使用虚成员。 msdn2.microsoft.com 2. A sealed method overrides a method in a base class, but itself cannot be overridden further in any derived class. 密封方法会重写基类中的方法,但其本身不能在任何派生类中进一步重写。 msdn2.microsoft.com 3. When implemented in a derived class, the needs of your application determine what value to return. 当在派生类中实现时,应用程序的需要将确定要返回的值。 msdn2.microsoft.com 4. Property gets a value indicating whether only a member of the same name with exactly the same signature is hidden in the derived class. 属性获取一个值,该值指示是否只有一个签名完全相同的同名成员在派生类中是隐藏的。 msdn2.microsoft.com 5. The shadowing element is not always accessible from the code using the derived class. 从使用派生类的代码中并不总是能够访问隐藏元素。 msdn2.microsoft.com 6. When overridden in a derived class, retrieves the root node of all the nodes that are currently managed by the current provider. 当在派生类中被重写时,将检索目前由当前提供程序管理的所有节点的根节点。 msdn2.microsoft.com 7. A virtual inherited property can be overridden in a derived class by including a property declaration that uses the. 修饰符的属性声明,可在派生类中重写虚拟继承属性。 msdn2.microsoft.com 8. When overridden in a derived class, participates in rendering operations that are directed by the layout system. 在衍生类别中覆写时,参与由配置系统所主导的呈现作业。 technet.microsoft.com 9. When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value. 在衍生类别中覆写时,写出具有指定的前置词、区域名称、命名空间URI及其值的属性。 msdn.microsoft.com 10. When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator. 在派生类中被重写时,向在该派生类中所创建的侦听器写入消息,后跟行结束符。 msdn2.microsoft.com 1. When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator. 在派生类中被重写时,向在该派生类中所创建的侦听器写入消息,后跟行结束符。 msdn2.microsoft.com 2. When overridden in a derived class, allows for code to run when an unhandled exception occurs in the application. 在派生类中重写后,允许代码在应用程序中出现未处理的异常时运行。 msdn2.microsoft.com 3. When implemented by a derived class, returns a permission that represents access to isolated storage from within a permission set. 当由派生类实现时,从权限集中返回表示对独立存储的访问权限的权限。 msdn2.microsoft.com 4. Keyword is used to create a new definition of that method, field, or property on a derived class. 关键字用于在派生类中创建该方法、字段或属性的新定义。 msdn2.microsoft.com 5. When overridden in a derived class , fills an array of bytes with a cryptographically strong random sequence of nonzero values . 当在派生类中重写时,用加密型强随机非零值序列填充字节数组。 www.bing.com 6. When overridden in a derived class, returns custom attributes applied to this member. 在衍生类别中覆写时,传回套用至此成员的自订属性。 technet.microsoft.com 7. When overridden in a derived class, reads the contents of an element or text node as a string. 当在派生类中被重写时,将元素或文本节点的内容当做字符串读取。 msdn2.microsoft.com 8. When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points. 在派生类中重写时,获取一个值,该值指示当前的编码是否使用单字节码位。 msdn2.microsoft.com 9. Object, or an object of a derived class, that a control is about to be rendered. 对象或派生类的对象,某个控件将会呈现。 msdn2.microsoft.com 10. When overridden in a derived class, gets a value indicating whether the event delegate is a multicast delegate. 当在派生类中被重写时,获取指示该事件委托是否是多路广播委托的值。 msdn2.microsoft.com 1. When overridden in a derived class, gets a value indicating whether the event delegate is a multicast delegate. 当在派生类中被重写时,获取指示该事件委托是否是多路广播委托的值。 msdn2.microsoft.com 2. When overridden in a derived class, gets a value indicating whether the specified property is expandable to show nested properties. 在派生类中重写时,可获取指示指定属性是否可扩展为显示嵌套属性的值。 msdn2.microsoft.com 3. When overridden in a derived class, serializes the graph of objects with the specified root to the stream already attached to the formatter. 当在派生类中重写时,将具有指定根的对象图形序列化为已经连接到格式化程序的流。 msdn2.microsoft.com 4. Provides initialization for base class values when called by the constructor of a derived class. 在由派生类的构造函数调用时,提供基类值的初始化。 technet.microsoft.com 5. When overridden in a derived class, signals that the controls contained by a field support callbacks. 当在派生类中重写时,发出信号表示字段所包含的控件支持回调。 msdn2.microsoft.com 6. When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes. 在派生类中被重写时,计算对字节序列进行解码所产生的字符数。 msdn.microsoft.com 7. When overridden in a derived class, gets the type of component this event is bound to. 当在派生类中被重写时,获取该事件绑定到的组件的类型。 msdn2.microsoft.com 8. When overridden in a derived class, returns an array of initializer objects corresponding to an input array of method definitions. 在派生类中重写时,返回与方法定义的输入数组对应的初始值设定项对象的数组。 technet.microsoft.com 9. When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output. 在派生类中被重写时,关闭输出流以使它不再接收跟踪或调试输出。 msdn2.microsoft.com 10. When overridden in a derived class, gets a value indicating whether the item represents an XPath node or an atomic value. 当在派生类中重写时,获取一个值,该值指示项是否表示XPath节点或者原子值。 msdn2.microsoft.com 1. When overridden in a derived class, gets a value indicating whether the item represents an XPath node or an atomic value. 当在派生类中重写时,获取一个值,该值指示项是否表示XPath节点或者原子值。 msdn2.microsoft.com 2. When overridden in a derived class, begins an asynchronous operation to reply to the request associated with the current context. 在派生类中重写时,开始进行异步操作,以答复与当前上下文关联的请求。 msdn.microsoft.com 3. It's a precise developer's responsibility to ensure that it's safe to use any derived class in places where the parent class is expected. 它是精确开发商有责任确保它是安全的地方父类别预计使用派生的任何类。 msdn.microsoft.com 4. When overridden in a derived class , resets the state of the operation . 当在派生类中被重写时,重置操作的状态。 www.bing.com 5. Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class. 指示自上次在派生类中实现此配置元素时保存或加载以来是否对其进行过修改。 msdn2.microsoft.com 6. When overridden in a derived class, gets the human-readable description of the current encoding. 在派生类中重写时,获取当前编码的可读说明。 msdn2.microsoft.com 7. When overridden in a derived class, reads all the content, including markup, as a string. 当在派生类中被重写时,将所有内容(包括标记)当做字符串读取。 msdn2.microsoft.com 8. When overridden in a derived class, gets a value indicating whether the current stream supports reading. 当在派生类中重写时,获取指示当前流是否支持读取的值。 msdn2.microsoft.com 9. The procedure showStrings in the derived class displays the shadowing version of the string when the name shadowString is not qualified. 当名称shadowString没有限定时,派生类中的过程showStrings显示字符串的隐藏版本。 msdn2.microsoft.com 10. When overridden in a derived class, returns all attributes applied to this member. 在派生类中重写时,返回应用于此成员的所有属性。 msdn2.microsoft.com 1. When overridden in a derived class, returns all attributes applied to this member. 在派生类中重写时,返回应用于此成员的所有属性。 msdn2.microsoft.com 2. When overridden in a derived class , resets the properties of a common dialog box to their default values . 当在派生类中被重写时,将组件的此属性的值重置为默认值。 www.bing.com 3. You can use the NotOverridable modifier when you do not want to allow an overridden method to be overridden again in a derived class. 当不希望允许在派生类中再次重写overridden方法时,可使用NotOverridable修饰符。 msdn2.microsoft.com 4. Which checks for a null parameter and compares the type of the parameter with the type of the derived class. 后者将检查空参数并将参数的类型与派生类的类型做比较。 msdn2.microsoft.com 5. When overridden in a derived class, deletes profile properties and information for the supplied list of profiles. 在衍生类别中覆写时,会针对提供的设定档清单,删除这些设定档的属性和资讯。 technet.microsoft.com 6. When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding. 在派生类中重写时,获取与当前编码最紧密对应的Windows操作系统代码页。 msdn2.microsoft.com 7. When overridden in a derived class, tests whether a message or a buffered message satisfies the criteria of a filter. 在派生类中被重写时,测试消息或缓冲的消息是否满足筛选器的条件。 technet.microsoft.com 8. When overridden in a derived class, returns a writer used to serialize the object. 当在派生类中重写时,返回用于序列化对象的编写器。 msdn2.microsoft.com 9. Resets the ConfigurationElementCollection to its unmodified state when overridden in a derived class. 在派生的类中重写时,将ConfigurationElementCollection重置为其未被修改时的状态。 msdn2.microsoft.com 10. When called from a derived class, initializes a new instance of that class. 在派生类中调用时,初始化该类的新实例。 msdn2.microsoft.com 1. Marking the base class as "private" allowed the derived class to inherit from it without actually becoming one of them. 将基类标记为“私有”允许派生类从该基类继承而来,而无需实际成为一个基类。 www.ibm.com 2. A default property defined in a base class can be shadowed by another default property in a derived class . 在基类中定义的默认属性可以被派生类中的另一个默认属性隐藏。 www.bing.com 3. When overridden in a derived class, writes a double-precision floating-point number to the stream already attached to the formatter. 当在派生类中重写时,向已经连接到格式化程序的流中写入一个双精度浮点数字。 msdn2.microsoft.com 4. When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request. 当在派生类中重写时,获取实际响应此请求的Internet资源的URI。 msdn2.microsoft.com 5. 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 6. Certain derived classes might override metadata for this dependency property such that the derived class is focusable by default. 某些衍生类别可能会覆写此相依性属性的中继资料,使该衍生类别依预设是可设定焦点的。 technet.microsoft.com 7. When overridden in a derived class, returns a saved license key for the specified type, from the specified resource assembly. 当在派生类中被重写时,从指定的资源程序集中为指定类型返回已保存的许可证密钥。 msdn2.microsoft.com 8. Instance instead of a derived class that you define, you cannot add data to the event in later versions. 实例而不是您定义的派生类,则不能够在以后的版本中向该事件添加数据。 msdn2.microsoft.com 9. The derived class inherits more than one override of a virtual function of a virtual base class. 派生类继承虚拟基类的虚函数的多个重写。 msdn.microsoft.com 10. When overridden in a derived class, loads the site map information from persistent storage and builds it in memory. 在派生类中被重写时,从持久性存储区加载站点地图信息,并在内存中构建它。 msdn2.microsoft.com 1. If the shadowing element is inaccessible in a further derived class, shadowing is not inherited. 若隐藏元素在后来的派生类中不可访问,则没有继承隐藏。 msdn2.microsoft.com 2. When overridden in a derived class, returns the public or non-public get accessor for this property. 当在派生类中重写时,返回此属性(Property)的公共或非公共get访问器。 msdn2.microsoft.com 3. When overridden in a derived class, returns the closest prefix defined in the current namespace scope for the namespace URI. 当在派生类中被重写时,返回在当前命名空间范围中为该命名空间URI定义的最近的前缀。 msdn2.microsoft.com 4. when overridden in a derived class , routes data written to the object into the hash algorithm for computing the hash. 当在派生类中重写时,将写入对象的数据路由到哈希算法以计算哈希值。 www.ichacha.net 5. When overridden in a derived class, performs processing for an entire namespace. 在派生类中重写时,对整个命名空间执行处理。 msdn2.microsoft.com 6. When overridden in a derived class, searches for the properties of the current Type, using the specified binding constraints. 当在派生类中重写时,使用指定绑定约束,搜索当前。 msdn2.microsoft.com 7. The method can be overridden in a derived class if developers want to enable the method to handle additional control copying scenarios. 如果开发人员要使该方法能处理其他控件复制情况,则可在派生类中重写该方法。 msdn2.microsoft.com 8. When overridden in a derived class, indicates whether the specified file is a valid source file. 在派生类中重写时,指示指定文件是否为有效源文件。 msdn2.microsoft.com 9. When overridden in a derived class, returns an array of all custom attributes applied to this member. 在衍生类别中覆写时,传回套用至此成员之所有自订属性的阵列。 technet.microsoft.com 10. When overridden in a derived class, gets a value indicating whether the current encoding is read-only. 在派生类中重写时,获取一个值,该值指示当前的编码是否为只读。 msdn2.microsoft.com 1. Allows you to override base class methods in a derived class. 允许在派生类中重写基类方法。 msdn2.microsoft.com 2. When overridden in a derived class, obtains an encoder that converts a sequence of Unicode characters into an encoded sequence of bytes. 在派生类中重写时,获取一个解码器,该解码器将Unicode字符序列转换为已编码的字节序列。 msdn2.microsoft.com 3. When overridden in a derived class, represents the content of a SOAP header. 当在派生类中被重写时,表示SOAP标头的内容。 msdn2.microsoft.com 4. When overridden in a derived class, allows a SOAP extension access to the memory buffer containing the SOAP request or response. 当在派生类中被重写时,允许SOAP扩展访问包含SOAP请求或响应的内存缓冲区。 msdn2.microsoft.com 5. When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for the given context. 在派生类中重写时,计算是要保留空白节点还是针对给定上下文将它们抽出。 msdn2.microsoft.com 6. It is intended to be overridden by a derived class to perform additional action when the specified element is retrieved. 这是为了由派生类重写,以便在检索指定元素时执行其他操作。 msdn2.microsoft.com 7. When overridden in a derived class, returns the name of the binding that a method belongs to. 在派生类中重写时,返回方法所属绑定的名称。 msdn2.microsoft.com 8. When overridden in a derived class, returns the number of months in the specified year in the specified era. 当在衍生类别中覆写时,传回指定纪元的指定年份中月数。 technet.microsoft.com 9. When overridden in a derived class, sets the value of the component to a different value. 当在派生类中被重写时,将组件的值设置为一个不同的值。 msdn2.microsoft.com 10. When overridden in a derived class, performs namespace-wide initialization during code generation. 在派生类中重写时,在代码生成过程中执行命名空间范围内的初始化。 msdn2.microsoft.com 1. When overridden in a derived class, attempts to resolve the security token that matches the specified key identifier clause. 当在派生类中重写时,尝试解析与指定的密钥标识符子句相匹配的安全令牌。 msdn.microsoft.com 2. When overridden in a derived class , compares two objects and returns an indication of their relative sort order . 当在派生类中重写时,将比较两个字符串并返回其相对排序顺序的指示。 www.bing.com 3. When overridden in a derived class, gets a value indicating whether the designer view is locked. 在派生类中重写时,获取一个指示设计器视图是否锁定的值。 msdn2.microsoft.com 4. When overridden in a derived class, writes a value of the given type to the stream already attached to the formatter. 当在派生类中重写时,向已经连接到格式化程序的流中写入给定类型的值。 msdn2.microsoft.com 5. Setting them again for each derived class is a waste, since they would be available anyway by inheritance. 为每个派生类再次设置这些属性是一种浪费,因为通过继承它们就会拥有这些属性。 www.ibm.com 6. When overridden in a derived class, writes out the attribute with the specified local name and value. 当在派生类中被重写时,写出具有指定的本地名称和值的特性。 technet.microsoft.com 7. When overridden in a derived class, gets an array of types that are valid inputs to the LoadInput method of the current Transform object. 当在派生类中重写时,获取一个类型数组,这些类型是当前Transform对象的LoadInput方法的有效输入。 msdn2.microsoft.com 8. When overridden in a derived class, returns the response query string as an array of bytes. 在派生类中被重写时,以字节数组的形式返回响应查询字符串。 msdn2.microsoft.com 9. When overridden in a derived class, loads the related object or objects into the local collection or reference. 在派生类中重写时,使用指定合并选项从相关端加载一个或多个对象。 technet.microsoft.com 10. When implemented by a derived class, creates and returns an identical copy of the current permission object. 通过派生类实现时,创建和返回当前权限对象的相同副本。 msdn2.microsoft.com 1. When overridden in a derived class, gets the state of the reader. 当在派生类中被重写时,获取读取器的状态。 msdn2.microsoft.com 2. When overridden in a derived class, gets the state of the writer. 当在派生类中被重写时,获取编写器的状态。 msdn2.microsoft.com 3. Method is called from within functions in the derived class. 方法从派生类中的函数中调用。 msdn2.microsoft.com 4. When implemented in a derived class, this method performs work associated with processing the transaction. 当在派生类中实现时,此方法将执行与事务处理关联的操作。 msdn2.microsoft.com 5. When overridden in a derived class, undoes the effects of the PrepareContainerForItemOverride method. 当在派生类中重写时,撤消PrepareContainerForItemOverride方法的效果。 msdn2.microsoft.com 6. When overridden in a derived class, returns both the current design-time view and the HTML markup for the specified control. 在派生类中重写时,返回指定控件的当前设计时视图和HTML标记。 msdn2.microsoft.com 7. When overridden in a derived class, invokes the reflected method or constructor with the given parameters. 当在派生类中重写时,调用具有给定参数的反射的方法或构造函数。 msdn2.microsoft.com 8. When overridden in a derived class, gets the parameters of the specified method or constructor. 当在派生类中重写时,获取指定的方法或构造函数的参数。 msdn2.microsoft.com 9. This example displays the reflected type of a method in a derived class. 本示例显示派生类中某个方法的反射类型。 msdn2.microsoft.com 10. An attempt was made to make a change that would invalidate a derived class. 试图进行使派生类无效的更改。 msdn2.microsoft.com 1. When overridden in a derived class, gets the specified asymmetric cryptographic algorithm. 在派生类中重写时,获取指定的非对称加密算法。 technet.microsoft.com 2. When overridden in a derived class, writes a message to a specified stream or buffer. 在派生类中重写时,将消息写入指定的流或缓冲区。 technet.microsoft.com 3. Defines a base dimension. To define a dimension you need to provide the derived class (CRTP) and a unique integer. 定义一个基础量纲。你需要提供派生类(CRTP)和唯一的整数。 boost-doc-zh.googlecode.com 4. When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value. 当在派生类中被重写时,写入具有指定的本地名称、命名空间URI和值的特性。 technet.microsoft.com 5. Protected members can be accessed simply by defining a derived class of the declaring type. 只需通过定义声明类型的派生类,即可访问受保护的成员。 msdn2.microsoft.com 6. When overridden in a derived class, disposes of the resources used by the license. 当在派生类中被重写时,释放该许可证使用的资源。 msdn2.microsoft.com 7. When overridden in a derived class, returns an array containing all the custom attributes. 在派生类中被重写时,返回一个包含所有自定义属性的数组。 msdn2.microsoft.com 8. When overridden in a derived class, completes the control sequence that determines when and how to print a page of a document. 在派生类中重写时,完成一个确定何时以及如何打印文档页的控制序列。 msdn2.microsoft.com 9. Specify which base-class constructor should be called when creating instances of the derived class. 指定创建派生类实例时应调用的基类构造函数。 technet.microsoft.com 10. When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. 当在派生类中重写时,返回一个指示此实例是否等于指定对象的值。 msdn2.microsoft.com 1. When overridden in a derived class, writes a Unicode character to the stream already attached to the formatter. 当在派生类中重写时,向已经连接到格式化程序的流中写入一个Unicode字符。 msdn2.microsoft.com 2. When overridden in a derived class, writes an object reference to the stream already attached to the formatter. 当在派生类中重写时,向已经连接到格式化程序的流中写入一个对象引用。 msdn2.microsoft.com 3. Writes the configuration data to an XML element in the configuration file when overridden in a derived class. 在派生的类中重写时,将配置数据写入配置文件中的XML元素。 msdn2.microsoft.com 4. When overridden in a derived class, loads the specified input into the current Transform object. 当在派生类中重写时,将指定的输入加载到当前Transform对象中。 msdn2.microsoft.com 5. When overridden in a derived class, gets the security policy for the current application domain. 当在派生类中重写时,获取当前应用程序域的安全策略。 msdn2.microsoft.com 6. When overridden in a derived class, gets the collection of property descriptors for the binding. 当在派生类中被重写时,获取绑定的属性说明符集合。 207.46.16.251 7. When overridden in a derived class, gets an array of style sheets that are linked to this page. 当在派生类中重写时,获取链接到此页的样式表的数组。 msdn2.microsoft.com 8. A property was redefined with a conflicting type in a derived class. 在派生的类别中用相冲突的类型重新定义了属性。 angel.w15.5tom.cn 9. When overridden in a derived class, gets the collection of annotations associated with the track point. 在派生类中重写时,获取与跟踪点关联的批注的集合。 technet.microsoft.com 10. When overridden in a derived class, searches for the methods defined for the current Type, using the specified binding constraints. 当在派生类中重写时,使用指定绑定约束,搜索为当前Type定义的方法。 msdn2.microsoft.com 1. When overridden in a derived class , prepares the fallback buffer to handle the specified surrogate pair . 在派生类中重写后,此方法对回退缓冲区进行准备,以处理指定的输入字符。 www.bing.com 2. When overridden in a derived class, attaches interfaces to the underlying ActiveX control. 当在派生类中重写时,将界面附加至基础ActiveX控件。 msdn2.microsoft.com 3. When overridden in a derived class, sets the position within the current stream. 当在派生类中重写时,设置当前流中的位置。 msdn2.microsoft.com 4. When overridden in a derived class, gets the collection of descriptors for the data sources in this group. 在派生类中重写后,获取组中数据源的说明符的集合。 msdn2.microsoft.com 5. When overridden in a derived class, gets or sets the zero-based index of the currently selected item. 在派生类中重写时,获取或设置当前选定项的从零开始的索引。 msdn2.microsoft.com 6. Public derived class declarations, and return values of public methods for Web Services Description Language (WSDL) documents. 公共派生类声明,以及用于Web服务描述语言(WSDL)文档的公共方法的返回值。 msdn2.microsoft.com 7. When overridden in a derived class, gets the minimum height of a row. 在派生类中被重写时,将获取一行的最小高度。 msdn2.microsoft.com 8. When overridden in a derived class, prepares the fallback buffer to handle the specified input byte sequence. 在派生类中被重写时,准备回退缓冲区以便对指定输入字节序列进行处理。 msdn2.microsoft.com 9. Allows a property or method in a class to be overridden in a derived class. 允许某个类中的属性或方法在派生类中被重写。 msdn2.microsoft.com 10. Letting the base class behavior happen allows the derived class to concentrate on implementing behavior specific to the derived class. 允许基类行为发生使得派生类能够集中精力实现特定于派生类的行为。 msdn2.microsoft.com 1. When overridden in a derived class, writes the specified message to the listener you create in the derived class. 在派生类中被重写时,向在该派生类中所创建的侦听器写入指定消息。 msdn2.microsoft.com 2. When overridden in a derived class, gets the current value of the property on a component. 当在派生类中被重写时,获取组件上的属性的当前值。 msdn2.microsoft.com 3. When overridden in a derived class, allows for code to run when the application shuts down. 在派生类中重写后,允许代码在应用程序关闭时运行。 msdn2.microsoft.com 4. This exception is the default behavior if this method is not overridden in a derived class. 如果派生类未重写此方法,此异常即为默认行为。 msdn2.microsoft.com 5. When overridden in a derived class, gets an instance of the specified keyed hash algorithm. 在派生类中重写时,获取指定的加密哈希算法的实例。 msdn.microsoft.com 6. This member cannot be overridden in a derived class. 事件。不能在派生类中重写此成员。 msdn2.microsoft.com 7. When overridden in a derived class, this method is run each time a request finishes before dependent requests are run. 当在派生类中重写方法时,如果在从属请求运行之前结束了某个请求,便会运行该方法。 msdn2.microsoft.com 8. When overridden in a derived class, returns the number of months in the specified year. 当在派生类中重写时,返回指定年份中的月数。 technet.microsoft.com 9. When overridden in a derived class, sets the public key to use for verifying the signature. 当在派生类中重写时,设置用于验证签名的公钥。 msdn2.microsoft.com 10. When overridden in a derived class, allows for code to run when the application starts. 在派生类中重写后,允许代码在应用程序启动时运行。 msdn2.microsoft.com 1. When overridden in a derived class, extracts secret information from the encrypted key exchange data. 当在派生类中重写时,从加密的密钥交换数据中提取机密信息。 msdn2.microsoft.com 2. The values that are used must be determined from the arguments supplied to the derived class constructor. 使用的值必须从提供给衍生类别建构函式的引数中判断。 msdn.microsoft.com 3. When overridden in a derived class, writes a Boolean value to the stream already attached to the formatter. 当在派生类中重写时,向已经连接到格式化程序的流中写入一个Boolean值。 msdn2.microsoft.com 4. When overridden in a derived class, gets or sets the parameters for the asymmetric key exchange. 当在派生类中重写时,获取或设置不对称密钥交换的参数。 msdn2.microsoft.com 5. Version-safe modifiers help control the methods from a derived class that override methods in a base class. 版本安全修饰符控制可重写基类中的方法的派生类方法。 msdn2.microsoft.com 6. When overridden in a derived class, searches for the specified nested type, using the specified binding constraints. 当在派生类中重写时,使用指定绑定约束搜索指定嵌套类型。 msdn2.microsoft.com 7. When overridden in a derived class, saves raw personalization data to the underlying data store. 在派生类中重写时,将原始个性化设置数据保存到基础数据存储区中。 msdn2.microsoft.com 8. When overridden in a derived class, returns the number of days in the specified month. 当在派生类中重写时,返回指定月份中的天数。 msdn2.microsoft.com 9. When overridden in a derived class, writes out the namespace- qualified name . 当在派生类中被重写时,写出命名空间限定的名称。 www.showxiu.com 10. When overridden in a derived class, sets the value of the field supported by the given object. 在派生类中被重写时,设置给定对象支持的字段的值。 technet.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。