单词 | specified element |
释义 | specified element例句释义: 全部 1. Gets or sets a value that indicates whether the specified element is required to be filled out on a form. 获取或设置一个值,该值指示是否需要在窗体上填充指定元素。 msdn.microsoft.com 2. Int Returns the index in this list of the last occurrence of the specified element , or -1 if this list does not contain this element . 返回指定元素在列表中最后一次出现的位置下标,如果不含该元素,返回-1。 www.bing.com 3. This implementation iterates over the elements in the collection, checking each element in turn for equality with the specified element. 对集合的元素进行遍历,依次检查每个元素是否和指定元素相等。 www.51goushu.com 4. Removes a single instance of the specified element from this collection, if it is present (optional operation). 删除集合中指定元素的一个实例,若有的话(可选操作)。 blog.csdn.net 5. It is intended to be overridden by a derived class to perform additional action when the specified element is retrieved. 这是为了由派生类重写,以便在检索指定元素时执行其他操作。 msdn2.microsoft.com 6. Verifies that the specified collection does not contain the specified element. 验证指定的集合是否不包含指定的元素。 technet.microsoft.com 7. The specified element must occur at least once. 指定的元素必须至少出现一次。 msdn2.microsoft.com 8. Appends the specified element to the end of this list (optional operation). 向列表末尾添加指定元素(可选操作)。 www.qqread.com 9. remove( object o) removes the specified element from this set if it is present (optional operation). 如果set中存在指定元素,则从set中删除(可选操作)。 bbs.51cto.com 10. NullPointerException - if the specified element is null and this list does not support null elements (optional). 如果指定元素为null而列表不支持null元素时抛出(可选)。 www.hackhome.com 1. Replaces the element at the specified position in this list with the specified element (optional operation). 以指定元素替换列表指定位置的元素(可选操作)。 blog.csdn.net 2. If the type of the specified element is incompatible with this collection (optional). 如果指定元素的类型与集合不相容时抛出(可选)。 blog.csdn.net 3. If the class of the specified element prevents it from being added to this collection. 如果指定元素的类型阻止其加入集合时抛出。 blog.csdn.net 4. An ElementSet constraint affects all the items that are direct children of the specified Element. 元素集约束影响属于指定元素的直接子级的所有项。 msdn2.microsoft.com 5. If the component is a control or behavior, the create method attaches the component to the specified element. 如果组件是一个控件或行为,则create方法将组件附加到指定元素中。 msdn2.microsoft.com 6. Searches for the specified element of an Array object and returns its index. 搜索Array对象的指定元素并返回该元素的索引。 msdn2.microsoft.com 7. Class of the specified element prevents it from being added to this collection. 如果指定集合的元素类型阻止其加入集合时抛出。 blog.csdn.net 8. Index - index at which the specified element is to be inserted. 要插入指定元素的下标。 blog.csdn.net 9. Filling specified element content and the spacing between the elements frame borders (if not, it is margins). 填充指定元素内容与元素边框之间的间距(如果没有边框,则为边距)。 www.52mb.info 10. Expression is specified, only the data at the level of the specified element and below is returned. 表达式,则只返回位于指定元素级别及该级别下的数据。 msdn2.microsoft.com 1. If the class of the specified element prevents it from being added to this list. 如果指定元素的类型不允许其加入列表时抛出。 blog.csdn.net 2. Inserts the specified element at the specified position in this list (optional operation). 向列表指定位置插入指定元素(可选操作)。 www.diybl.com 3. If the type of the specified element is incompatible with this list (optional). 如果指定元素的类型与列表不相容时抛出(可选)。 blog.csdn.net 4. The appendChild() method adds a node after the last child node of the specified element node. 方法的作用是:在指定元素节点的最后一个子节点之后添加一个节点。 hi.baidu.com 5. The specified element is contained within a magazine that is no longer present. 指定的元素在一个已不存在的库中。 www.fan6.net 6. Removes the first occurrence in this list of the specified element (optional operation). 从列表中删除第一次出现的指定元素(可选操作)。 blog.csdn.net 7. If some aspect of the specified element prevents it from being added to this list. 如果指定元素的某些方面不允许其加入列表时抛出。 blog.csdn.net 8. Gets or sets a value indicating whether the specified element is a column header. 获取或设置一个值,该值指示指定元素是否为行标题。 msdn.microsoft.com 9. When the minimum value is zero , the specified element is not required ; the element is optional . 如果最小值为零,指定的元素不是必选项;元素是可选项。 www.bing.com 10. Inserts the specified element into the list (optional operation). 向列表插入指定元素(可选操作)。 java.ccidnet.com 1. Element declares a named key that is, a name-value pair assigned to a specified element in an XML document. 元素声明一个命名的键即为XML文档中指定的元素分配的名值对。 msdn2.microsoft.com 2. Element of the project with the specified element name and content. 使用指定的元素名称和内容设置项目的。 msdn2.microsoft.com 3. Changes the key associated with the specified element in the lookup dictionary. 更改与查找字典中指定元素相关联的键。 msdn2.microsoft.com 4. Gets or sets the element that contains the text label for the specified element. 获取或设置一个值,该值指示指定元素是否为列标题。 msdn.microsoft.com 5. Allocates a new array of the specified element type and dimensions. 分配一个指定元素类型和维数的新数组。 msdn2.microsoft.com 6. Sets the value of the IsPressAndHoldEnabled attached property on the specified element. 设置指定元素上IsPressAndHoldEnabledattachedproperty的值。 msdn2.microsoft.com 7. Exception string: The specified element could not be loaded. 异常字符串:无法加载指定的元素。 msdn2.microsoft.com 8. Encrypts the specified element or its contents using the specified symmetric algorithm. 使用指定的对称算法加密指定的元素或其内容。 msdn2.microsoft.com 9. Creates a new array of the specified element type and dimensions. 创建采用指定元素类型和维数的新数组。 msdn2.microsoft.com 10. Prepares the specified element to display the specified item. 准备指定元素以显示指定项。 msdn2.microsoft.com 1. Sets the specified element in the current Array to the specified value. 将当前Array中的指定元素设置为指定值。 msdn2.microsoft.com 2. If this collection contains the specified element. 如果集合包含指定元素, www.5inet.net 3. The specified element is not a valid child. 指定的元素不是有效的子元素。 msdn2.microsoft.com 4. Gets or sets the accelerator key for the specified element. 获取或设置指定元素的快捷键。 msdn.microsoft.com 5. Check the spelling of the specified element. 检查指定元素的拼写。 msdn2.microsoft.com 6. Gets the value of the IsFlicksEnabled attached property on the specified element. 获取指定元素上IsFlicksEnabledattachedproperty的值。 msdn2.microsoft.com 7. Determines whether a sequence contains a specified element by using the default equality comparer. 通过使用默认的相等比较器确定序列是否包含指定的元素。 207.46.16.251 8. Returns the index of the specified element. 返回指定元素的索引。 msdn2.microsoft.com 9. Removes an attribute from the specified element. 从指定的元素中移除一个属性。 developer.mozilla.org 10. Removes a specified element from the collection. 从集合中移除指定的元素。 msdn2.microsoft.com 1. Returns a string value of the XML from the specified element in the. 元素中的指定元素返回XML的字符串值。 msdn2.microsoft.com 2. Binds input from the stylus to the specified element. 将手写笔输入系结至特定项目。 msdn.microsoft.com 3. Gets or sets the help text for the specified element. 获取或设置指定元素的帮助文本。 msdn.microsoft.com 4. Class and use it to encrypt the specified element using the session key. 类的新实例,并使用它通过会话密钥对指定的元素进行加密。 msdn2.microsoft.com 5. Create a new instance of the EncryptedXml class and use it to encrypt the specified element using the X. 509 certificate. 创建EncryptedXml类的新实例,并使用它通过X.509证书对指定的元素进行加密。 msdn2.microsoft.com 6. Sets the specified element in the current. 中的指定元素设置为指定值。 msdn2.microsoft.com 7. Writes the opening tag of the specified element to the HTML 3. 2 Output stream. 将指定元素的开始标记写入HTML3.2输出流。 msdn2.microsoft.com 8. Replaces the specified element with the specified 将指定的元素替换为指定的 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。