单词 | member variables | ||||||||||
释义 | member variables
更多释义 收起释义 例句释义: 成员变量,成员变数,使用户加入或删除成员变量 1. It was more reliable at finding ownership relationships when the variables were declared as member variables of the class. 当类的变量被声明为类的成员变量时,找到所有权关系是更加可靠的。 www.ibm.com 2. Sitebricks will automatically bind the form data to the member variables, just as it would do for request parameters. Sitebricks会自动将表单数据绑定到成员变量,正如对请求参数所做的那样。 www.ibm.com 3. It is only the member variables within a structure accessed via the "Me" keyword that cannot be used. 只有在通过“Me”关键字访问的结构里的成员变量才不可用。 www.infoq.com 4. Also, many times member variables of a class that point to other classes simply need to be set to null at the appropriate time. 此外,您常常需要在适当的时候将指向其他类的类成员变量设置为null。 www.ibm.com 5. These elements match up to the member variables of the RestaurantDetails class. 这些元素可以与RestaurantDetails类的成员变量相匹配。 www.ibm.com 6. Do not provide public or protected member variables. Use properties instead. 不要使用公开的或保护的类成员变量,使用属性。 space.itpub.net 7. As you should remember from Part 1, marker annotations have no member variables. 您应该还记得第1部分中曾经提到,标记注释没有成员变量。 www-128.ibm.com 8. In the case of member variables, a simple reference is kept to the containing object. 对于成员变量,一般而言是被保留在包含它的对象里。 www.infoq.com 9. Associating a Node to the left and right of each Edge and setting the edge. start and edge. end member variables appropriately. 将Node与每个Edge的左右端相关联,并相应地设置edge.start和edge.end成员变量。 www.ibm.com 10. If you want to maintain a single instance of a variable for all instances of a class, you will use static-class member variables to do it. 如果您想为一个类的所有实例维持一个变量的实例,将会用到静态类成员变量。 www.ibm.com 1. class and module member variables outside any procedure default to private access , and structure member variables default to public access. 类和模块成员变量(位于所有过程之外)默认为私有访问,而结构成员变量默认为公共访问。 www.ichacha.net 2. Later, components and objects evolved allowing for the encapsulation of data (member variables) within them. 后来,组件盒对象发掌起来,使数据可以封装在里面。 www.winu.cn 3. Do not provide public event member variables. 不要公开事件成员变量。 www.cnblogs.com 4. And the last section includes all the member variables needed to parse the XML. 最后一部分代码包含解析XML所需的所有成员变量。 www.ibm.com 5. Accessor methods allow access to private member variables, but in a controlled manner. 存取方法允许访问静态成员变量,但仅能在控制方式中。 dictsearch.appspot.com 6. If the expression represents a class or structure, retrieve a list of member variables, as expression objects. 如果表达式表示类或结构,则将作为表达式对象来检索成员变量列表。 dict.kekenet.com 7. Finding the X and Y coordinates for each element and storing them in node. x and node. y member variables. 找出每个元素的X坐标和Y坐标,将它们存储在node.x和node.y成员变量中。 www.ibm.com 8. All member variables and local variables from init methods are stored in a table. init方法中的所有成员变量和局部变量均存储在一个表中。 msdn2.microsoft.com 9. Always provide a static constructor when providing static member variables. 当提供静态成员变量时,总湜提供弌个静态构造圅籔。 jiaocheng.gdjob168.com 10. To resolve this error, put all member variables in a single partial class definition. 要解决此错误,请将所有的成员变量放在一个单独的分部类定义中。 msdn2.microsoft.com 1. Member variables are in scope throughout their class, structure, or module. 成员变量在它们的整个类、结构或模块的范围内。 msdn2.microsoft.com 2. Below the member variables are the properties and the click handler. 成员变量下面是属性和单击处理程序。 www.ibm.com 3. That is, in C , objects of the same class cannot see one another's private member variables. 也就是说,在C 中,同一个类的对象无法看到彼此的私有成员变量。 www.ibm.com 4. Always mark un-serializable member variables as non-serializable. 总是标记未序列化的成员变量为。 www.window07.com 5. The Book class is then defined, with private member variables for each field. 然后定义Book类,用私有成员变量代表每个字段。 www.ibm.com 6. You can apply attributes only to member variables, not to local variables. 您可以将属性仅应用于成员变量,而不应用于局部变量。 msdn2.microsoft.com 7. Mapping can be done by separate XML files, or by attributes on classes, properties, and member variables. 映射可以同过分离的XML文件实现,也可以通过在类属性上添加特性来实现。 www.cnblogs.com 8. You can do this only for member variables (namely, variables declared outside a procedure). 只能为成员变量(即,在过程外声明的变量)执行此操作。 msdn2.microsoft.com 9. Private and protected member variables are shown only in Expert Mode. 私营和受保护的成员变量都只是在专家模式。 uc3do.com 10. A class, even though you have to do all the work writing in the member variables and accessors, is explicit. 而使用类的话——即使你不得不重写所有成员变量及其访问函数——一切就变得明确起来。 dongxi.net 1. You can specify WithEvents only on member variables, not on local variables inside a procedure. 只能在成员变量上指定WithEvents,而不能在过程中的局部变量上指定。 msdn2.microsoft.com 2. Define and initialize member variables in the same order. 以同样的顺序定义和初始化成员变量。 spaces.msn.com 3. For classes you should use constructors to initialize member variables instead. 您应该使用构造器来初始化类。 www.phpx.com 4. The second limitation is that member variables of structures cannot be raised. 第二个限制是结构的成员变量不能被提取。 www.infoq.com 5. The class above has several member variables. 上述类有多个成员变量。 www.ibm.com 6. In step 1, we added two new member variables, which will be needed later for animating the model. 在第一步中,我们添加两个成员变量,用于运动模型。 www.igamett.com 7. Member variables can be either for data exchange and data validation, or they can be generic. 成员变量可用于数据交换和数据验证或者可以是一般性的。 msdn2.microsoft.com 8. If a row is returned from the database, the UserBean is populated with non-null user name and password member variables. 如果从数据库返回了一行,则使用非空的用户名和密码成员变量来填充UserBean。 www.ibm.com 9. For our animation, we need to add new member variables in the FrameListener. 对于我们的运动,我们需要在帧监听中添加新的成员变量。 www.igamett.com 10. Because the InstanceCount and NextInstanceID member variables are declared Shared, they exist only at the class level. 由于InstanceCount和NextInstanceID成员变量已声明为Shared,因此它们仅存在于类级别上。 msdn2.microsoft.com 1. The process starts with all of the member variables such as msgAdded, msgUser, inUser, and inText initialized to an empty string or false. 过程开始时,所有成员变量(比如msgAdded、msgUser、inUser和inText)都被初始化为一个空字符串或false。 www.ibm.com 2. Specifies that one or more declared member variables refer to an instance of a class that can raise events. 指定一个或多个已声明成员变量引用可引发事件的类的实例。 msdn2.microsoft.com 3. A canonical metamodel class is static in the sense all its member variables are declared static (and public). The Person_. age 规范的元模型类是静态的,因此它的所有成员变量都被声明为静态的(也是public的)。 www.ibm.com 4. For information on excluding member variables from binary serialization, see 有关从二进制序列化中排除成员变量的信息,请参见 msdn2.microsoft.com 5. Create member variables in the declarations section 在声明部分创建成员变量 msdn2.microsoft.com 6. Defining Member Variables for Dialog Controls 定义对话框控件的成员变量 msdn2.microsoft.com 7. To transfer data from the screen to the member variables of 以将数据从屏幕传输到 msdn2.microsoft.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。