为视图覆写一个现有的回调方法。
由向导生成的工厂实现提供了一个简化操作,就是允许覆写基本的工厂方法,因此当存根被创建时URL就可以被传递到工厂。
The factory implementation produced by the wizard offers a convenient shortcut that allows overriding of the basic factory method so a URL can be passed to the factory when the stub is created.
凭借SourceMate提供的“Override/ImplementMethods”特性,开发者可以浏览子类树并从中选择想要覆写的方法。
Our "Override/Implement Methods" feature allows developers to browse through a tree of subclasses and choose methods from those subclasses they'd like to override.
在衍生类别中覆写时,发行指定之型别的服务(以指定的方法表示)。
When overridden in a derived class, publishes a service of the specified type, represented by the specified method.
您可以使用这个控制项,管理所建立的类别是否会覆写基底类别中的方法。
By using this control, you can manage whether a class you create will override methods in the base class.
您可以借由覆写两个方法将变更储存至快取资料。
You can save changes to the cached data by overriding two methods.
若类别成员、方法、栏位、属性或事件是位于覆写基底类别虚拟成员的衍生类别上,则可宣告为密封。
A class member, method, field, property, or event, on a derived class that is overriding a virtual member of the base class can declare that member as sealed.
使用继承修饰词有助于您控制是否一定会或一定不会覆写特定的方法。
Using inheritance modifiers enables you to help control whether particular methods are overridden always or never.
借由呼叫或覆写这个叫用方法,衍生类别便能够间接地叫用该事件。
By calling or overriding this invoking method, derived classes can invoke the event indirectly.
可以覆写私有的虚方法么?
要求覆写特定方法的衍生类别必须具有指定的识别或使用权限。
Require derived classes that override specific methods to have a specified identity or permission.
对于伺服器表单项目有不同呈现方法的网页,可以覆写这个方法以便在不同条件下掷回例外状况。
Pages that have a different way of rendering the server form element can override this method to throw an exception under different conditions.
在衍生类别中覆写时,这个方法允许外部程序码对要求产生影响。
When overridden in a derived class, this method allows outside code to affect the request.
在衍生类别中覆写时,建立用以处理事件的方法。
When overridden in a derived class, creates a method that handles an event.
在衍生类别中覆写时,会传回指定之方法的初始设定式。
When overridden in a derived class, returns an initializer for the specified method.
您可以使用这个方法覆写预设的筛选器,如果预设筛选器不存在,则可建立资料型别筛选器。
You use this approach to override a default filter or to create a data type filter if a default one does not exist.
如果覆写这个方法,就必须呼叫基底实作。
If you do override this method, you must call the base implementation.
您无法覆写这个方法。
这可让您允许从您的类别衍生类别,并防止这些类别覆写特定的虚拟方法或属性。
This enables you to allow classes to derive from your class and prevent them from overriding specific virtual methods or properties.
版本安全修饰词可以控制衍生类别的方法,这些方法能够覆写基底类别的方法。
Version-safe modifiers help control the methods from a derived class that override methods in a base class.
如果您覆写这个方法,请先呼叫基底实作以保留所需的功能。
If you override this method, call the base implementation first to preserve the desired functionality.
如果您使用这个方法,将会重设所有格式(包括覆写)。
If you use this method, all formatting (including overrides) will be reset.
请使用这个方法覆写预设的实作。
请使用以下表格列示的其中一种静态方法来还原覆写。
Use one of the static methods listed in the following table to revert an override.
使用这个方法覆写特定衍生类别的中继资料后,若再尝试覆写此相同衍生类别的中继资料,将会引发例外状况。
After metadata for a particular derived class override is established with this method, subsequent attempts to override metadata on this same derived class will raise an exception.
您可以选择性地在衍生类别中覆写这个方法,来提供自订初始化常式。
You can optionally override this method in the derived class to provide a custom initialization routine.
需要覆写这个方法的案例并不常见,因为它需要您来修改预设的配置系统行为。
The scenario where overriding this method would be necessary is not common, because it requires you to modify the default layout system behavior.
如果集合中已存在指定的索引键,这个方法会以指定值覆写现有的值。
If the specified key already exists in the collection, this method overwrites the existing list of values with the specified value.
您通常会覆写此方法,以便在显示编译器错误之前进行修改,让错误文字对使用者更实用。
You typically override this method so that you can modify compiler errors before they are displayed in order to make the error text more helpful to the user.
覆写这个方法来将您自己的当地语系化名称加入分类。
Override this method to add your own localized names to categories.
应用推荐