包含

    enumerations

    的中国译典句库查询结果如下:

    详细句库 左右对照 句库目录 中文百科 Wiki百科 英文搜索 点击左侧选项卡,可以快捷查询右侧输入窗的内容

    Values for some of the LogFont fields are defined by the enumerations described in the following table.

    某些LogFont字段的值是由下表中描述的枚举定义的。

    属类:IT行业-msdn2.microsoft.com-

    Two of these properties, MarqueeSpinDirection and MarqueeLightShape are represented by enumerations .

    其中的两个属性MarqueeSpinDirection和MarqueeLightShape由枚举表示。

    属类:IT行业-msdn2.microsoft.com-

    Nested enumerations and protected types are exempt from this rule.

    嵌套枚举数和受保护的类型不受此规则限制。

    属类:IT行业-technet.microsoft.com-

    Consider dividing the enumeration into two or more enumerations , each having a more precise set of values.

    请考虑将该枚举划分为两个或多个枚举,使每个枚举都有一组更精确的值。

    属类:IT行业-msdn2.microsoft.com-

    Do use enumerations if a member would otherwise have two or more Boolean parameters.

    如果成员本来有两个或多个布尔参数,则要使用枚举。

    属类:IT行业-msdn2.microsoft.com-

    With enumerations , your code is less likely to fail if in the future someone changes the values corresponding to the member names.

    使用枚举可减少将来有人更改与成员名称对应的值时代码出错的概率。

    属类:IT行业-msdn2.microsoft.com-

    Are two enumerations that specify a permission to use isolated storage for a roaming user.

    是两种指定使用漫游用户独立存储权限的枚举。

    属类:IT行业-msdn2.microsoft.com-

    Describes how to use enumerations rather than constants to represent sets of data.

    说明如何使用枚举而不是常数来表示数据集。

    属类:IT行业-msdn2.microsoft.com-

    So use enumerations only where they make sense.

    所以,应当只在适合使用枚举的地方才使用它。

    属类:IT行业-www.ibm.com-

    Discusses the constants and enumerations that Visual Basic provides.

    讨论VisualBasic提供的常数和枚举。

    属类:IT行业-msdn2.microsoft.com-

    Discusses enumerations and their use, including common tasks involving enumerations.

    讨论枚举及其用法,包括涉及枚举的常见任务。

    属类:IT行业-msdn2.microsoft.com-

    Provides common enumerations , interfaces, and classes that are used by serialization formatters.

    提供由序列化格式化程序使用的通用枚举、接口和类。

    属类:IT行业-msdn2.microsoft.com-

    By organizing sets of related constants in enumerations , you can use the same constant names in different contexts.

    通过将几组相关的常数组织到枚举中,可以在不同的上下文中使用相同的常数名。

    属类:IT行业-msdn2.microsoft.com-

    Visual Basic provides a number of predefined enumerations , such as FirstDayOfWeek and MsgBoxResult, to facilitate your code.

    为了方便代码的使用,VisualBasic提供了许多预定义的枚举,如FirstDayOfWeek和MsgBoxResul等。

    属类:IT行业-msdn2.microsoft.com-

    Provides the base class for enumerations .

    为枚举提供基类。

    属类:IT行业-msdn2.microsoft.com-

    Attributes, Constants and Enumerations , Functions, Keywords, and Properties not listed in the following sections as not being supported.

    未在以下各节中作为不受支持元素列出的属性(Attribute)、常数和枚举、函数、关键字以及属性(Property)。

    属类:IT行业-msdn2.microsoft.com-

    We'll revisit this topic in the section called "Enumerations vs. Pattern Matching" in Chapter 13, Application Design.

    我们会在《第13章-应用程序设计》的“枚举vs.模式匹配”章节重温这个话题。

    属类:英汉句库-article.yeeyan.org-

    The following table lists common tasks involving enumerations .

    下表列出了与枚举有关的常见任务。

    属类:IT行业-msdn2.microsoft.com-

    The following table describes the enumerations that are used to customize the behavior of various File methods.

    下表描述了用于自定义各种File方法的行为的枚举。

    属类:IT行业-msdn2.microsoft.com-

    The following example shows two enumerations that do not use the recommended underlying data type.

    下列范例会显示没有使用建议之基础资料型别的两个列举型别。

    属类:IT行业-technet.microsoft.com-

    The following example shows the behavior of enumerations .

    下面的示例显示枚举的行为。

    属类:IT行业-msdn2.microsoft.com-

    Do name flags enumerations with plural nouns or noun phrases.

    一定要以名词或名词词组的复数来命名标志枚举。

    属类:IT行业-msdn2.microsoft.com-

    A namespace can contain types such as classes, struct s, interfaces, enumerations , and delegates, in addition to other namespaces.

    一个命名空间除了可以包含其他的命名空间,还可以包含类别、结构、介面、列举和委派等型别。

    属类:IT行业-technet.microsoft.com-

    The following example uses annotation and documentation elements to document a simple type and the enumerations that make up its definition.

    以下示例使用annotation和documentation元素来形成一个简单类型和构成其定义的枚举。

    属类:IT行业-msdn2.microsoft.com-

    Hence, at the byte code level, there is no connection between Scala enumerations and the enum constructs in Java and C#.

    因此,在字节码的层次,Scala枚举和Java,C#中构造的枚举没有任何联系。

    属类:英汉句库-article.yeeyan.org-

    Since Scala enumerations are just regular objects, you could use any object with vals to indicate different "enumeration values" .

    因为Scala的枚举值是通常的对象,你可以使用任何val对象来指示不同的“枚举值”。

    属类:英汉句库-article.yeeyan.org-

    For additional information, see Adding Values to Enumerations .

    有关更多信息,请参见向枚举添加值。

    属类:IT行业-msdn2.microsoft.com-

    Statement is a control statement that handles multiple selections and enumerations by passing control to one of the

    语句是一个控制语句,它通过将控制传递给其体内的一个

    属类:IT行业-msdn2.microsoft.com-

    In a Web service, we use enumerations . On the WSDL document, an enumeration looks something like

    在Web服务中,我们使用枚举。

    属类:IT行业-www.ibm.com-

    In the rare case where enumerations contend with write accesses, you must lock the collection during the entire enumeration.

    在极少数情况下,列举会尝试写入,所以必须在整个列举期间锁定集合。

    属类:无分类双语句库-msdn.microsoft.com-

    查询记录
    简典