提供泛型唯读集合的基底类别。
基底类别或结构包含大小为零的阵列。
下列范例示范使用基底类别初始设定式。
The following example demonstrates using the base class initializer.
否则,将不会呈现基底类别中包含的属性。
Otherwise, the attributes contained in the base class will not be rendered.
是否要将泛型行为因数化至基底类别和子类别。
Whether to factor generic behavior into base classes and subclasses.
工作流程载入器服务是衍生自此抽象基底类别。
The abstract base class from which the workflow runtime engine core services are derived.
间接基底是基底清单中其中一个类别的基底类别。
An indirect base is a base class of one of the classes in the base list.
有些情况下您可能需要确保基底类别方法没有被覆写。
In some situations, you may need to ensure that base-class methods are not overridden.
在类别图表上,选取要检视其基底类别或介面的型别。
On the class diagram, select the type for which you want to view the base class or interface.
所有长期服务持续性提供者,都衍生自此抽象基底类别。
The abstract base class from which all durable service persistence providers that implement locking are derived.
在这个页面中指定新类别的类别名称、基底类别及档名。
In this page, specify the class name, the base class, and file names for the new class.
工作流程执行阶段引擎核心服务是衍生自此抽象基底类别。
WorkflowCommitWorkBatchService created by the workflow runtime engine if no other WorkflowCommitWorkBatch service is added.
执行个体建构函式也可以用来呼叫基底类别的执行个体建构函式。
Instance constructors can also be used to call the instance constructors of base classes.
在这个范例中,巢状类别会隐藏基底类别中具有相同名称的类别。
In this example, a nested class hides a class that has the same name in the base class.
类别或结构所引入的索引子可隐藏所有具相同签章的基底类别成员。
An indexer introduced in a class or struct hides all base class indexers with the same signature.
因此,基底类别的预设呈现实作,建议采呈现出全部子控制项的作法。
It is recommended that the default rendering implementation of the base class render all child controls.
您可以使用这个控制项,管理所建立的类别是否会覆写基底类别中的方法。
By using this control, you can manage whether a class you create will override methods in the base class.
在基底类别和子类别个别注册类别处理的情况下,子类别处理常式会先叫用。
In cases where base classes and subclass each register class handling, the subclass handlers are invoked first.
版本安全修饰词可以控制衍生类别的方法,这些方法能够覆写基底类别的方法。
Version-safe modifiers help control the methods from a derived class that override methods in a base class.
如果继承的介面不是宣告为新类别的一部分,则会由负责宣告的基底类别提供实作。
If the inherited interface is not declared as part of the new class, its implementation is provided by the base class that declared it.
类别或结构所引入的常数、栏位、属性或型别可隐藏所有具相同名称的基底类别成员。
A constant, field, property, or type introduced in a class or struct hides all base class members with the same name.
另一个可能会让您想要隐藏继承的变数的原因是,这样可以保护基底类别免于遭到修订。
Another reason you might want to hide an inherited variable is to protect against base class revision.
这个类别除了提供资源元件中简单索引键侦测的通用基底类别外,不提供任何其他功能。
This class provides no functionality except to supply a common base class for simple key detection in resource components.
增益集的主检视为抽象基底类别或介面,会描述主机和增益集使用的方法,如合约中所指定。
The host view of the add-in is the abstract base class or interface that describes the methods used by the host and the add-in, as specified in the contract.
由于没有相关的静态方法,因此在基底类别的静态方法上放置继承要求对衍生类别并没有影响。
Placing an inheritance demand on a static method in the base class has no impact on derived classes because the static methods are unrelated.
不过,因为基底类别本身可能是继承自另一个类别,所以一个类别可能间接继承许多基底类别。
However, because a base class may itself inherit from another class, a class may indirectly inherit multiple base classes.
在版本安全模式中执行时,每当基底类别方法被覆写时,都必须使用其中一个版本安全修饰词。
When running in version-safe mode, one of the version-safe modifiers must be used whenever a base-class method is overridden.
在以下范例中,资料型别从衍生类别转换为其基底类别,但转换后两变数所指向的物件并未变更。
In the following example, the data type is converted from the derived class to its base class, but the object that both variables now point to is unchanged.
若类别成员、方法、栏位、属性或事件是位于覆写基底类别虚拟成员的衍生类别上,则可宣告为密封。
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.
如同一般规则,如果某些功能需要控制项的内容,您可能需要考虑将其放置在控制项配接器基底类别中。
As a rule, if some functionality requires the context of a control, you might want to consider placing it in the control adapter base class.
应用推荐