单词 | accessor |
释义 | 例句释义: 存取器,访问器,存取子,访问方法 1. When you run publicize. Exe and pass the name of that assembly, it generates a private accessor for that assembly. 当运行publicize.exe并传递该程序集的名称时,它将为该程序集生成一个专用访问器。 msdn2.microsoft.com 2. I think Lea has missed the point that you don't need to make all accessor methods public, as I pointed out in "Java accessor visibility. " 我想,Lea忽略了无需使所有读写方法公开这一观点(如同我在“Javaaccessorvisibility”中所指出的)。 www.ibm.com 3. This information can be used to increase performance by indicating the strongly-typed accessor to call. 通过指示要调用的强类型访问器,此信息可用于提高性能。 msdn2.microsoft.com 4. Accessor methods come in two flavors: setters and getters (sometimes referred to as mutators and accessors, respectively). 访问器方法涉及两种方法:setters和getters(有时分别称为mutators和accessors)。 www.ibm.com 5. Declares a method or an accessor whose implementation can be changed by an overriding member in a derived class. 在派生类中声明其实现可由重写成员更改的方法或访问器。 msdn2.microsoft.com 6. A get accessor is declared that takes a string, the name of a day, and returns the corresponding integer. 声明了一个get访问器,它接受字符串(天名称),并返回相应的整数。 msdn2.microsoft.com 7. Among the five features a JavaBean is expected to support is a set of properties and associated accessor methods. 一组属性,以及与这些属性相关的一些访问器方法,就是JavaBean所要支持的五大特性之一。 java.vkfz.com 8. The goal is to avoid incurring the computative cost of running the query every time the backing bean accessor is consulted. 其目的是避免每次咨询支持bean的访问函数时带来运行查询的计算成本。 www.ibm.com 9. Similarly, EJB accessor methods that are not public imply that the attributes that they encapsulate cannot be persistent. 同样,非公有的EJB读写方法暗示这些封装的属性不能是持久的。 www.ibm.com 10. Even when a property accessor has not been inlined, the actual performance difference is the negligible cost of one function call. 甚至当属性访问符没有内联时,实际的性能差别是一个方法的调用,是可以忽略不计的。 dictsearch.appspot.com 1. An event was defined, but did not contain the specified, required accessor method. 定义了事件,但该事件不包含所需的指定访问器方法。 207.46.16.251 2. When you reference the property, except as the target of an assignment, the get accessor is invoked to read the value of the property. 当引用属性时,除非该属性为赋值目标,否则将调用get访问器以读取该属性的值。 msdn2.microsoft.com 3. ActionForms are nothing but Java classes extending the Struts-provided ActionForm classes, which have accessor and mutator methods. ActionForms只是一些Java类而已,它继承了Struts所提供的ActionForm类,这些类中包含有accessor和mutator方法。 www.ibm.com 4. For instance fields and accessor methods, the system inserts a check at run time to determine whether the object is a proxy. 对于实例字段和访问器方法,系统在运行时插入检查以确定对象是否是代理。 msdn2.microsoft.com 5. Indicates that the property is an accessor function for an element of the default collection . 指示属性是默认集合的某个元素的访问函数。 www.bing.com 6. In the following code, GetAccountType is called through the shadow implementation of the private accessor. 在下面的代码中,GetAccountType通过专用访问器的隐藏实现进行调用。 msdn2.microsoft.com 7. Block, which might be used as a body of a method, operator, or accessor. 块中,该块可用作方法、运算符或访问器的体。 msdn2.microsoft.com 8. Intercepting calls to a component's property accessor is known as "shadowing. " 对组件的属性访问器的调用的截获操作称为“隐藏”。 msdn2.microsoft.com 9. It is an error to use the implicit parameter name, value, for a local variable declaration in a set accessor. 在set访问器中,对局部变量声明使用隐式参数名称value是错误的。 msdn2.microsoft.com 10. Accessor methods of indexers take parameters, while property accessor methods do not. 访问器方法带有参数,而属性访问器方法不带参数。 msdn2.microsoft.com 1. Several methods in this class assume that the get accessor and set accessor methods of a property have certain formats. 此类中的多个方法假定属性(Property)的get访问器和set访问器方法具有某些格式。 msdn2.microsoft.com 2. The last step, closing the element, is completed by simply writing out the closing tag for the accessor. 最后一步是关闭元素,只要为这个访问器写一个关闭标记这一步即告完成。 www.ibm.com 3. Flags a property as an accessor function for an element of the default collection. 将属性标记为默认集合的某个元素的访问器函数。 www.dictall.com 4. COM interfaces and molasses imported as metadata in an assembly expose properties and accessor methods for each property. 作为程序集中的元数据导入的COM接口和组件类将公开属性以及每一属性的访问器方法。 technet.microsoft.com 5. The get accessor must end in a return or throw statement, and control cannot flow off the accessor body. get访问器必须以return或throw语句终止,并且控制权不能离开访问器体。 msdn2.microsoft.com 6. Thus, the purpose of the accessor is to indicate whether the indexer is read-write, read-only, or write-only. 因此,访问器的用途是指示索引器是读写、只读还是只写。 msdn2.microsoft.com 7. Specifies the name of the type for which the compiler generates accessor properties. 指定编译器为其生成访问器属性的类型的名称。 msdn2.microsoft.com 8. To do this, you need to call C accessor functions whenever a script reads or writes those variables. 要做到这一点,每当一个脚本需要去读写这些变量时,你需要去调用C 访问器函数。 blog.sina.com.cn 9. Events of an object type specify named state transitions in which subscribers can register or unregister interest using accessor methods. 对象类型的事件指定已命名的状态转换,在该转换中订户可以使用访问器方法注册或取消注册感兴趣的内容。 msdn2.microsoft.com 10. This syntax associates the private data member with a public property through get and set accessor functions. 虽然属性定义通常会包括私用资料成员,不过并非必须如此。 msdn.microsoft.com 1. As you see, the multireference accessor encoding is powerful, but it is difficult to express in XSD. 正如您看到的,多引用访问器编码是很强大的,但是它很难在XSD中表达。 www.ibm.com 2. When overridden in a derived class, returns the public or non-public get accessor for this property. 当在派生类中重写时,返回此属性(Property)的公共或非公共get访问器。 msdn2.microsoft.com 3. For each column in a row (or parameter in a set of parameters), the accessor contains a binding. 对一行的每一列(或一个参数集中的参数),访问者存有一个绑定。 www.yesky.com 4. An accessor with a gripper transports cartridges between storage cells and storage drives. 带有夹具的存取器在存储单元和存储驱动器之间传送盒带。 www.hgpf114.com 5. Properties of an object type specify named values that are accessible using accessor methods that read and write the value. 对象类型的属性指定命名值,通过读取和写入值的访问器方法可以访问这些值。 msdn2.microsoft.com 6. The apparatus includes an accessor, a pinion and a rack having a straight section and a curved section. 所述装置包括:存取器、小齿轮和具有直线段和曲线段的齿条。 www.bing.com 7. If the JIT compiler inlines the property accessor , it must JIT that code when the containing method is called. 如果JIT编译器内联了该属性访问符,那么,当包含的方法被调用时,就必须JIT那些代码。 dictsearch.appspot.com 8. Shows how to create and use an event accessor, which allows you to customize the implementation of an event. 演示如何创建和使用事件访问器,它允许您自定义事件的实现。 msdn2.microsoft.com 9. The second accessor retrieves only the column containing large data, but it does not retrieve data from this column automatically. 第二个存取子只可以撷取包含大型资料的资料行,不过它并不会自动地从这些资料行撷取资料。 technet.microsoft.com 10. The set accessor for the DataSource property verifies the value to set is either null or of type IEnumerable. DataSource属性的set访问器验证要设置的值是null还是属于IEnumerable类型。 msdn2.microsoft.com 1. Both the chart data service and the chart data updater depend on the chart data accessor to load data from or store data to a data store. 图表数据服务和图表数据更新器都依赖图表数据访问器来从数据存储加载数据,或向其中存储数据。 www.ibm.com 2. There is no set accessor because the name must be provided to the constructor. 不存在设置访问器,因为必须给构造函数提供名称。 msdn2.microsoft.com 3. Soon they understand that an accessor is symmetrical, acting as both a server and a client. 很快他们就会理解Accessor是对称的,既可担当服务器也可担当客户端。 www.infoq.com 4. My first step is to create accessor methods for each UI component, shown in Listing 2. 第一步是为每个UI组件创建访问器方法,如清单2所示。 www.ibm.com 5. That simple exercise renamed the accessor method on Account and updated all references to it. 这一简单的练习重命名了Account的accessor方法并更新了所有引用。 www.ibm.com 6. A base class access is permitted only in a constructor, an instance method, or an instance property accessor. 基类访问只能在构造函数、实例方法或实例属性访问器中进行。 msdn2.microsoft.com 7. Invoking the Control. Handle get accessor forces the creation of the underlying window for the control. 通过调用Control.Handleget访问器,可以强制创建控件的基本窗口。 msdn.microsoft.com 8. This value should be the same as the default value you return from the property accessor (getter). 此值应与从属性访问器(getter)返回的默认值相同。 msdn2.microsoft.com 9. Semicolons are not needed (or allowed) to end a method or accessor block. 不需要(或不允许)使用分号结束方法或访问器块。 msdn2.microsoft.com 10. however , adapters must use a different accessor function to retrieve style properties , so that style inheritance behavior can be applied. 但是,适配器必须使用不同的访问器函数来获取样式属性,这样就可以应用样式继承行为。 www.ichacha.net 1. A data member accessed by means of an accessor. 通过访问器访问的数据成员。 msdn2.microsoft.com 2. when you generate a unit test for a private method , a private accessor is automatically created. 生成私有方法的单元测试时,将自动创建一个私有访问器。 www.ichacha.net 3. An accessor may need to know which URI was used by the current request if multiple addresses are mapped to a single endpoint. 如果多个地址匹配同一个端点的话,访问器需要知道当前请求使用的URI是什么。 www.infoq.com 4. the unit test generates a call to the private accessor , and then calls the private method through the private accessor. 单元测试生成对私有访问器的调用,然后通过私有访问器来调用私有方法。 www.ichacha.net 5. After the node is located, the accessor factory passes a node reference to the accessor or accessor controller during their instantiation. 定位到节点后,访问器工厂将节点引用传递给访问器(或者,如果处于初始化阶段,则传递给访问器控制器)。 www.ibm.com 6. Utility class methods (like "save" and "find" ) and accessor methods for the mapped properties are also added. 工具类方法(如“save”和“find”和用于已映射属性的访问器方法也会随之被加入。 www.infoq.com 7. 'Class' does not implement interface member 'accessor'. “class”不实现接口成员“accessor”。 msdn2.microsoft.com 8. First, I can bypass the accessor method of a property by prepending a @ to a property. 首先,可以通过在一个属性前面附加一个@来绕过该属性的访问器方法。 www.ibm.com 9. Accessor methods allow access to private member variables, but in a controlled manner. 存取方法允许访问静态成员变量,但仅能在控制方式中。 dictsearch.appspot.com 10. For this example (Figure 4), you will model a read-only indexer (thus it has only a get accessor) in the DrawingSurface class. 对于本实例(图4),您将对DrawingSurface类中的只读索引器建模(因而它只有get存取器)。 www.ibm.com 1. For simple properties that require no custom accessor code, consider the option of using auto-implemented properties. 对于不需要任何自定义访问器代码的简单属性,可考虑选择使用自动实现的属性。 msdn2.microsoft.com 2. We also provided accessor methods for attributes of this class, but we've omitted these methods from this article for brevity. 我们还提供了这个类的一些属性的存取方法,但是为了简便起见,在本文中我们省略了这些方法。 www.ibm.com 3. Each property has an accessor and a mutator (getter and setter). 每个属性具有一个accessor和mutator(getter和setter)。 www.ibm.com 4. At the same time, I've lost track of the number of developers I've met who complain about accessor method performance. 同时,我已记不清曾有多少开发人员抱怨访问器方法的性能了。 www.ibm.com 5. The set accessor of a property referenced the ActiveX control. 引用ActiveX控件的属性的set访问器。 msdn2.microsoft.com 6. Defines an accessor method in a property or indexer that retrieves the value of the property or the indexer element. 在属性或索引器中定义“访问器”方法,以检索该属性或该索引器元素的值。 msdn2.microsoft.com 7. Be sure to document for users any exceptions that you throw inside an indexer accessor. 确保为用户记录在索引器的访问器中引发的任何异常。 technet.microsoft.com 8. Specifies that the method is a set accessor for a property. 指定该方法为属性的set访问器。 msdn2.microsoft.com 9. The following example displays the public or non-public get accessor for the specified property. 下面的示例显示指定属性(Property)的公共或非公共get访问器。 msdn2.microsoft.com 10. For example, the following accessor produces the side effect of changing the state of the object each time the number field is accessed. 例如,以下访问器在每次访问number字段时都产生更改对象状态的副作用。 msdn2.microsoft.com 1. However, a property cannot have more than one get accessor method or more than one set accessor method. 不过,一个属性不能有多个get访问器方法或多个set访问器方法。 msdn2.microsoft.com 2. Doing lots of reflection can cause many accessor classes and classloaders to be created. 执行大量反射会造成创建许多访问程序类和类加载器。 www.ibm.com 3. Create the additional fields in your data model as well as the accessor functions. 在您的数据模型中创建其他字段和accessor函数。 www.ibm.com 4. The generated private accessor contains code that enables your test code to access the private types in the assembly. 生成的专用访问器包含允许您的测试代码访问程序集中的私有类型的代码。 msdn2.microsoft.com 5. Behind the scenes in the bean's implementation class all of the same accessor methods are being called. bean的实现类在“幕后”调用所有相同的取值方法。 www.ibm.com 6. In this example, only a get accessor is available, so the property is read-only. 在此示例中,只有一个get访问器可用,因此该属性是只读的。 msdn2.microsoft.com 7. An accessor is a C callback that calculates and returns a value when an object property is accessed by a JavaScript script. 访问器是一个计算并且返回一个值的C 回调函数,将在一个对象的属性被JavaScript脚本访问时调用。 blog.sina.com.cn 8. Get accessor of an indexer has the same formal parameter list as the indexer. 访问器具有与索引器相同的形参表。 msdn2.microsoft.com 9. The PrivateObject class is a wrapper class that uses reflection as part of the private accessor process. PrivateObject类是一个包装类,它使用反射作为专用访问器进程的一部分。 msdn2.microsoft.com 10. Defines an accessor method in a property or indexer that set the value of the property or the indexer element. 定义属性或索引器中的“访问器”方法,用于设置属性或索引器元素的值。 msdn2.microsoft.com 1. Follow the JavaBeans conventions for naming property accessor methods. 命名属性访问方法遵守JavaBeans约定。 blog.sina.com.cn 2. You then provide matching annotations and field names above the accessor methods. 然后提供accessor方法上面所匹配的注解和字段名称。 www.ibm.com 3. Retrieval involves deserializing the object and reading the object properties using accessor methods. 数据检索涉及反序列化对象,并使用访问者方法读取对象的属性。 www-128.ibm.com 4. This command loads the module named manager. py, which has a number of Manager accessor methods and some code to start the Manager. 该命令加载了名为manager.py的模块,这个模块有很多Manager访问方法和一些代码来启动Manager。 www.ibm.com 5. Handlers are removed individually by calling the remove_ accessor method. 可以通过调用remove_访问器方法逐个移除处理程序。 msdn2.microsoft.com 6. Property is an accessor function for the native type. 属性是本机类型的访问函数。 msdn2.microsoft.com 7. You can control the reflection accessor behaviour using system properties. 您可以使用系统属性控制反射访问程序行为。 www.ibm.com 8. A private accessor is a compiled assembly in the Test References folder in Solution Explorer. 专用访问器是解决方案资源管理器的“测试引用”文件夹中一种经过编译的程序集。 msdn2.microsoft.com 9. The base Accessor interface is derived from the com. ibm. portal. Disposable interface. Accessor基接口派生自com.ibm.portal.Disposable接口。 www.ibm.com 10. Defines an accessor method for a property or an indexer. 为属性或索引器定义访问器方法。 msdn2.microsoft.com 1. You can attach additional handlers to an event by calling the add_ accessor one time for each handler. 可以通过为每个处理程序调用一次add_访问器,将其他处理程序附加到事件。 msdn2.microsoft.com 2. methods , and accessor methods for selected attributes. 方法,以及选定属性的访问方法。 www.ichacha.net 3. However, because the interface does define a corresponding JavaBean accessor method, Contract4J infers the existence of the field. 不过,因为接口定义了对应的JavaBean存取器方法,所以Contract4J推导出字段的存在。 www.ibm.com 4. When either the Approver has completed or the Assessor has accepted, the approval information is returned. '' 当Approver完成或者Accessor接受时,将会返回批准信息。 www.ibm.com 5. Alternatively, you can expose one accessor publicly but make the other private or protected. For more information, see. 此外,您还可以公开一个访问器,而使另一个访问器成为私有的或受保护的。 msdn2.microsoft.com 6. Accessor invokes all the event handler delegates asynchronously using the. 方法异步调用所有事件处理程序的委托。 msdn2.microsoft.com 7. There are times when you don't want the accessor methods to be generated automatically. 有时候你可能不希望自动生成这些访问器方法。 www.bing.com 8. In this bean class most of the methods, other than the EJB call back methods, are accessors and setters for the above properties. 在这个bean类中,大多数方法(EJB回调方法除外)都是上述属性的accessor和setter。 www.ibm.com 9. A private accessor is a method that the test method uses to access the private code. 私有访问器是测试方法用于访问私有代码的方法。 msdn2.microsoft.com 10. Accessor 0 is an automatic accessor; it retrieves all the columns except the one with large data. 存取子0为自动存取子,它可撷取所有资料行(除了大型资料的资料行以外)。 technet.microsoft.com 1. The set accessor is similar to a method whose return type is void. set访问器类似于返回类型为void的方法。 msdn2.microsoft.com 2. As a result, Scala generates both accessor (String firstName(void)) and mutator (void firstName_$eq(String)) methods. 因此,Scala同时生成accessor(StringfirstName(void))和mutator(voidfirstName_$eq(String))方法。 www.ibm.com 3. DeviceObject - Accessor to system device object associated with this request. 获得和这个请求相关的系统设备对象。 blog.sina.com.cn 4. When you assign a value to the property, the set accessor is invoked by using an argument that provides the new value. 当对属性赋值时,用提供新值的参数调用set访问器。 msdn2.microsoft.com 5. Without the private accessor, you cannot access a specific instance. 没有专用访问器,您就无法访问特定的实例。 msdn2.microsoft.com 6. This error occurs when you use the access modifier "private" to modify an abstract accessor. 使用访问修饰符“private”修改抽象访问器时会发生此错误。 msdn2.microsoft.com 7. Use the add accessor to add the delegate to the invocation list for the event. 使用add访问器向事件的调用列表中添加委托。 msdn2.microsoft.com 8. The Accessor API provides typed access to the state document model. 访问器API提供对状态文档模型类型化的访问。 www.ibm.com 9. The JIT compiler understands your need for both efficiency and elegance, so it inlines the property accessor . JIT编译器了解你的对于效率与优雅的需求,因此它对属性访问符进行了内联。 dictsearch.appspot.com 10. Let's use a different XQuery processor to parse the content that doesn't include a built-in URL accessor method as the Qexo toolkit does. 让我们使用不同的XQuery处理器来解析不包含内置URL访问器方法的内容(如Qexo工具包所做)。 www.ibm.com 1. The row handle (HROW) and accessor handle (HACCESSOR) arguments allow you to specify the region to write. 行处理(HROW)和访问器处理(HACCESSOR)参数使您得以指定写入的区域。 msdn2.microsoft.com 2. An event accessor method was not declared correctly. 错误地声明了事件访问器方法。 207.46.16.251 3. The execution of the get accessor is equivalent to reading the value of the field. 执行get访问器相当于读取字段的值。 msdn2.microsoft.com 4. To access the GetAccountType method, the test method must first instantiate the BankAccount_Shadow object in the private accessor assembly. 若要访问GetAccountType方法,测试方法必须先实例化专用访问器程序集中的BankAccount_Shadow对象。 msdn2.microsoft.com 5. The test case for the Bike class in Listing 3 demonstrates the use of the automatically generated accessor. 清单3中Bike类的测试用例展示了如何使用自动生成的访问器。 www.ibm.com 6. FileObject - Accessor to system file object associated with this request. 获得和这个请求相关的系统文件对象。 blog.sina.com.cn 7. The AccountInfo value object needs to have an additional field and accessor method for accountHolderName. AccountInfo值对象需要有一个附加的字段和accountHolderName的访问器方法。 www.ibm.com 8. This must match the return type of the get accessor, if defined. 它必须匹配get访问器的返回类型(如果已定义)。 msdn2.microsoft.com 9. You don't define a member variable and then provide accessor and mutator methods. 定义数据成员后不需要分别定义访问和修改的方法。 www.ibm.com 10. Returns a MethodInfo representing the set accessor for this property. 返回表示此属性(Property)的set访问器的MethodInfo。 msdn2.microsoft.com 1. Returns the set accessor method for this property. 返回此属性(Property)的set访问器方法。 msdn2.microsoft.com 2. The private accessor also gives your tests access to private variables in your code under test. 专用访问器还使您的测试具有对测试代码中的私有变量的访问权限。 msdn2.microsoft.com 3. Accessor 1 is not an automatic accessor; it retrieves the column with large data. 存取子1并非自动存取子,它可撷取包含大型资料的资料行。 technet.microsoft.com 4. Accessor, which specifies the statements to execute when an event handler is removed using the. 语句移除事件处理程序时应执行的语句。 msdn2.microsoft.com 5. Formally, Scala calls numer and denom methods without parameters, which are used to create a quick-and-easy syntax for defining accessors. 在形式上,Scala调用无参数的numer和denom方法,这种方法用于创建快捷的语法以定义accessor。 www.ibm.com 6. Accessor's comments are informatic with objective and fair grading, and guidingly. 教师评语内容充实,评分客观公正,有指导性。 www.scientrans.com 7. The provider uses the accessor to determine how to transfer the data to or from the consumer's buffer. 提供者使用这个访问者来决定如何向或从消费者缓冲区中传送数据。 dictsearch.appspot.com 8. If the object argument is null, you need to generate a null accessor for the type. 如果对象参数为空,您需要为这个类型生成一个空访问器。 www-128.ibm.com 9. This class contains variables and their respective accessor methods with 1-1 mapping to the Employee table columns. 这个类包含一些变量及其相应的访问方法,这些变量与Employee表中的列存在1对1的映射。 www.ibm.com 10. You can create the class quickly by using Eclipse's features for creating accessors and constructors from fields. 您可以通过使用Eclipse的从字段创建存取器(accessor)和构造函数的特性来创建这些类。 www.ibm.com 1. WriteSize - Accessor to size of write operation for current or next stack. 获取当前栈或下一栈的写操作字节大小。 blog.sina.com.cn 2. A set accessor must have exactly one argument, and it cannot specify a return type. set访问器必须恰好具有一个参数,但它不能指定返回类型。 msdn2.microsoft.com 3. Since there is no accessor in SDO 1. 0, you currently have to use the underlying EMF APIs. 由于在SDO1.0中没有访问器,因此目前必须使用基础EMFAPI。 www.ibm.com 4. Add the private keyword before the val or var keyword and the accessor methods won't be generated. 在val或者var之前加上private关键字,访问器方法就不会被生成。 www.bing.com 5. You also need to add a few simple accessor methods to SimpleNode. 您还需要将一些简单的存取器方法添加到SimpleNode。 www.ibm.com 6. readsize - accessor to size of read operation for current or next stack. 获取当前栈或下一栈的读操作字节大小。 dictsearch.appspot.com 7. Writes a Boolean value into the accessor. 将一个小数值写入访问器。 msdn.microsoft.com 8. Writes a decimal value into the accessor. 将一个结构写入访问器。 msdn.microsoft.com 9. If a field has a single value, a simple accessor adds the (key, value) pair to the document. 如果字段有单个值,则简单的访问程序将把(关键字,值)对添加到文档中。 www.ibm.com 10. WebSite: Generates a private accessor that is compatible with a Web site. 网站:生成与网站兼容的专用访问器。 msdn2.microsoft.com 1. See Reading and writing navigational state using the Accessor API. 请参阅使用访问器API读写导航状态。 www.ibm.com 2. Figure 4 shows some important accessors; it omits the corresponding accessor factories. 图4显示了一些重要的访问器;其中省略了对应的访问器工厂。 www.ibm.com 3. Because only a single measurement is taken, the execution time is retrieved using Benchmark's getFirst accessor method. 因为只进行一次度量,所以用Benchmark的getFirst方法获取执行时间。 www.ibm.com 4. It is a bad programming style to change the state of the object by using the get accessor. 通过使用get访问器更改对象的状态不是一种好的编程风格。 msdn2.microsoft.com 5. For custom events, the AddHandler statement invokes the event's AddHandler accessor. 对于自定义事件,AddHandler语句将调用事件的AddHandler访问器。 msdn2.microsoft.com 6. Writes a byte value into the accessor. 将一个字符写入访问器。 msdn.microsoft.com 7. Gets or sets the key accessor for the image in the. 中的图像的键访问器。 msdn2.microsoft.com 8. It sets up two accessors: accessor 0 contains only the primary key column (ID) and accessor 1 contains other columns. 它会设定两个存取子:只包含主索引键资料行(ID)的存取子0以及包含其他资料行的存取子1。 technet.microsoft.com 9. The RaiseEvent keyword declares a custom RaiseEvent accessor. RaiseEvent关键字声明一个自定义的RaiseEvent访问器。 msdn2.microsoft.com 10. IoctlCode - Accessor to IOCTL code for current or next stack. 获取当前栈或下一栈的IO控制码。 dictsearch.appspot.com 1. Writes an unsigned 16-bit integer into the accessor. 将一个16位无符号整数写入访问器。 msdn.microsoft.com 2. Writes an unsigned 32-bit integer into the accessor. 将一个32位无符号整数写入访问器。 msdn.microsoft.com 3. Accessor's comments are guidingly, and can be more clear. 教师评语有指导性,可再明确一些。 www.scientrans.com 4. Accessor 1 contains all columns except the primary key. 包含所有在主索引键以外资料行的存取子1。 technet.microsoft.com 5. Gets or sets the key accessor for the image in the ImageList. 获取或设置ImageList中的图像的键访问器。 msdn2.microsoft.com 6. For more information on the use of value, see event and accessor accessibility. 有关value用法的更多信息,请参见事件和访问器可访问性。 msdn2.microsoft.com 7. When you declare a property, you must also declare its accessor methods. 当声明属性时,还必须声明它的访问器方法。 msdn2.microsoft.com 8. An accessor discovers from its context what it is being asked to do. 访问器从其上下文中寻找它要做的事情。 www.infoq.com 9. In other words, I didn't want the result; I simply wanted the accessor to execute. 换句话说,我不需要该结果;我只是想执行访问器。 msdn.microsoft.com 10. Enter a number to specify an accessor type. 输入一个数字以指定一种访问器类型。 msdn2.microsoft.com 1. One or more statements that define how a set accessor operates. 一个或多个定义set访问器如何操作的语句。 msdn2.microsoft.com 2. See Reading and writing navigational state using the Accessor API for details on how to modify state. 有关如何修改状态的详细信息,请参阅使用访问器API读写导航状态。 www.ibm.com 3. Device: Generates a private accessor that is compatible with smart devices. 设备:生成与智能设备兼容的专用访问器。 msdn2.microsoft.com 4. The effective use of accessor methods will be covered in future tips. 以后的提示中会涉及访问器方法的有效使用。 www-128.ibm.com 5. So how do you determine the proper visibility of an accessor method? 所以,如何正确确定读写方法的可视性? www.ibm.com 6. Listing 3 shows three ways to implement the accessor methods setLocation and getLocation. 清单3显示了实现存取器方法setLocation和getLocation的三种方式。 www.ibm.com 7. Take the following accessor methods, which provide a safe way to change the value of a counter. 感受下面的存储程序,它以一种安全的方式修改计数器的值。 dictsearch.appspot.com 8. Accessor is used to assign a new value. 访问器用于分配新值。 msdn2.microsoft.com 9. Accessor is generated, such as when the field is declared read-only. 访问器,例如,当字段声明为只读时。 msdn2.microsoft.com 10. In this example, Month is declared as a property so that the set accessor can make sure that the Month value is set between 1 and 12. 在此示例中,Month是作为属性声明的,这样set访问器可确保Month值设置为1和12之间。 msdn2.microsoft.com 1. You can place one or more columns in a separate accessor and make that a non-automatic accessor, as shown below. 您可将一个或多个资料行放在个别的存取子内,并让它成为非自动存取子,如下所示。 technet.microsoft.com 2. Open the DebugControl source file in the Code Editor and place a breakpoint on the Set accessor of the DemoString property. 在“代码编辑器”中打开“DebugControl”源文件,并在DemoString属性的Set访问器上设置一个断点。 msdn2.microsoft.com 3. An ATL OLE DB consumer consists of an OLE DB accessor class and data bindings necessary to access a data source. ATLOLEDB使用者由OLEDB访问器类和访问数据源所需的数据绑定组成。 msdn2.microsoft.com 4. Once more iterate over the attributes and output accessor methods 如果遇到多次属性访问,输出访问器方法 www.ibm.com 5. The client then calls the dynamic SDO accessor API to get information out of data objects and print it to the console, as shown here 客户机调用动态SDO访问器API,从数据对象中获得信息,并将其显示到控制台上 www.ibm.com 6. When an event and its handlers are no longer needed, you can call the remove_ accessor method, as in the following example 当不再需要某个事件及其处理程序时,可以调用remove_访问器方法,如下面的示例所示 msdn2.microsoft.com 7. Then the result of applying the accessor will also be 那么应用存取器的结果也是 www-128.ibm.com 8. accessor callbacks are invoked when a specific object property is accessed by a script 访问器回调函数,当指定的对象属性被脚本访问的时候被调用。 blog.sina.com.cn 9. Rather than calling all five accessor methods, however, we set up the application to only call one 但是,我们并不调用所有的五个取值方法,而是设置应用程序,只调用一个方法 www-128.ibm.com 10. The following command generates a private accessor for use when you test an application that was built to run on a smart device 下面的命令生成一个专用访问器,以供在测试为在智能设备上运行而生成的应用程序时使用 msdn2.microsoft.com 1. The complexity of an accessor depends upon the type of data you are manipulating 访问器的复杂度取决于你操纵的数据类型。 blog.sina.com.cn 2. In the following example, a set accessor is added to the Name property 在下面的示例中,将set访问器添加到Name属性 msdn2.microsoft.com 3. Accessor, but the class implementing the interface can declare the same property with both a get 访问器的属性,而实现该接口的类可以声明同时带有 msdn2.microsoft.com 4. Accessor, which specifies the statements to execute when an event handler is added, either explicitly using the 访问器,它指定通过以下方式添加事件处理程序时应执行的语句:使用 msdn2.microsoft.com 5. This is an example of a set accessor for a property called Seconds 这是名为Seconds的属性的set访问器的示例 msdn2.microsoft.com 6. Semicolon after method or accessor block is not valid 方法或访问器块后面的分号无效 msdn2.microsoft.com 7. Declare a virtual method or property, or property accessor 声明虚方法或属性,或属性访问器 msdn2.microsoft.com 8. The following is an example of an interface indexer accessor 以下是接口索引器访问器的示例 msdn2.microsoft.com 9. Make the constructor Make the class methods Make the accessor methods Store the attribute names in order 制作构造器制作类方法制作存取方法依次存储属性名称 wiki.perlchina.org 10. Accessor adds the delegate for each handler of the 事件的每个处理程序的委托添加到存储在 msdn2.microsoft.com 1. This is an example of a get accessor in a property called Seconds 下面是名为Seconds的属性中的get访问器示例 msdn2.microsoft.com 2. 'Class accessor' is not public “classaccessor”不是公共的 msdn2.microsoft.com 3. The following command generates a private accessor for the Web site MyWebSite 下列命令为MyWebSite网站生成一个专用访问器 msdn2.microsoft.com 4. Setting the Range property, instead of assigning it, is a call to the set accessor 设置Range属性,而不是向其赋值,是对set访问函数的调用 msdn2.microsoft.com 5. Note that the accessor class 注意,定义了访问器类 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。