
包含
enumerations的中国译典句库查询结果如下:
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-technet.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:英汉句库-article.yeeyan.org-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-technet.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-technet.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:英汉句库-article.yeeyan.org-
属类:英汉句库-article.yeeyan.org-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:无分类双语句库-msdn.microsoft.com-
| 1 | 某些LogFont字段的值是由下表中描述的枚举定义的。 | Values for some of the LogFont fields are defined by the enumerations described in the following table. | |
| 2 | 其中的两个属性MarqueeSpinDirection和MarqueeLightShape由枚举表示。 | Two of these properties, MarqueeSpinDirection and MarqueeLightShape are represented by enumerations . | |
| 3 | 嵌套枚举数和受保护的类型不受此规则限制。 | Nested enumerations and protected types are exempt from this rule. | |
| 4 | 请考虑将该枚举划分为两个或多个枚举,使每个枚举都有一组更精确的值。 | Consider dividing the enumeration into two or more enumerations , each having a more precise set of values. | |
| 5 | 如果成员本来有两个或多个布尔参数,则要使用枚举。 | Do use enumerations if a member would otherwise have two or more Boolean parameters. | |
| 6 | 使用枚举可减少将来有人更改与成员名称对应的值时代码出错的概率。 | With enumerations , your code is less likely to fail if in the future someone changes the values corresponding to the member names. | |
| 7 | 是两种指定使用漫游用户独立存储权限的枚举。 | Are two enumerations that specify a permission to use isolated storage for a roaming user. | |
| 8 | 说明如何使用枚举而不是常数来表示数据集。 | Describes how to use enumerations rather than constants to represent sets of data. | |
| 9 | 所以,应当只在适合使用枚举的地方才使用它。 | So use enumerations only where they make sense. | |
| 10 | 讨论VisualBasic提供的常数和枚举。 | Discusses the constants and enumerations that Visual Basic provides. | |
| 11 | 讨论枚举及其用法,包括涉及枚举的常见任务。 | Discusses enumerations and their use, including common tasks involving enumerations. | |
| 12 | 提供由序列化格式化程序使用的通用枚举、接口和类。 | Provides common enumerations , interfaces, and classes that are used by serialization formatters. | |
| 13 | 通过将几组相关的常数组织到枚举中,可以在不同的上下文中使用相同的常数名。 | By organizing sets of related constants in enumerations , you can use the same constant names in different contexts. | |
| 14 | 为了方便代码的使用,VisualBasic提供了许多预定义的枚举,如FirstDayOfWeek和MsgBoxResul等。 | Visual Basic provides a number of predefined enumerations , such as FirstDayOfWeek and MsgBoxResult, to facilitate your code. | |
| 15 | 为枚举提供基类。 | Provides the base class for enumerations . | |
| 16 | 未在以下各节中作为不受支持元素列出的属性(Attribute)、常数和枚举、函数、关键字以及属性(Property)。 | Attributes, Constants and Enumerations , Functions, Keywords, and Properties not listed in the following sections as not being supported. | |
| 17 | 我们会在《第13章-应用程序设计》的“枚举vs.模式匹配”章节重温这个话题。 | We'll revisit this topic in the section called "Enumerations vs. Pattern Matching" in Chapter 13, Application Design. | |
| 18 | 下表列出了与枚举有关的常见任务。 | The following table lists common tasks involving enumerations . | |
| 19 | 下表描述了用于自定义各种File方法的行为的枚举。 | The following table describes the enumerations that are used to customize the behavior of various File methods. | |
| 20 | 下列范例会显示没有使用建议之基础资料型别的两个列举型别。 | The following example shows two enumerations that do not use the recommended underlying data type. | |
| 21 | 下面的示例显示枚举的行为。 | The following example shows the behavior of enumerations . | |
| 22 | 一定要以名词或名词词组的复数来命名标志枚举。 | Do name flags enumerations with plural nouns or noun phrases. | |
| 23 | 一个命名空间除了可以包含其他的命名空间,还可以包含类别、结构、介面、列举和委派等型别。 | A namespace can contain types such as classes, struct s, interfaces, enumerations , and delegates, in addition to other namespaces. | |
| 24 | 以下示例使用annotation和documentation元素来形成一个简单类型和构成其定义的枚举。 | The following example uses annotation and documentation elements to document a simple type and the enumerations that make up its definition. | |
| 25 | 因此,在字节码的层次,Scala枚举和Java,C#中构造的枚举没有任何联系。 | Hence, at the byte code level, there is no connection between Scala enumerations and the enum constructs in Java and C#. | |
| 26 | 因为Scala的枚举值是通常的对象,你可以使用任何val对象来指示不同的“枚举值”。 | Since Scala enumerations are just regular objects, you could use any object with vals to indicate different "enumeration values" . | |
| 27 | 有关更多信息,请参见向枚举添加值。 | For additional information, see Adding Values to Enumerations . | |
| 28 | 语句是一个控制语句,它通过将控制传递给其体内的一个 | Statement is a control statement that handles multiple selections and enumerations by passing control to one of the | |
| 29 | 在Web服务中,我们使用枚举。 | In a Web service, we use enumerations . On the WSDL document, an enumeration looks something like | |
| 30 | 在极少数情况下,列举会尝试写入,所以必须在整个列举期间锁定集合。 | In the rare case where enumerations contend with write accesses, you must lock the collection during the entire enumeration. |
查询记录