网站首页  词典首页

请输入您要查询的英文单词:

 

单词 collection object
释义

collection object

  • 网络集合对象;集合物件;收集对象
1.
集合对象
注:集合对象Collection Object),如NSArray, NSSet, NSDictionary等不能包含nil值。可以使用NSNull来替代nil放入集合对 …
blog.csdn.net
2.
集合物件
译网情深 -... ... collection editor 集合编辑器 集合编辑器 collection object 集合对象 集合物件 collection 集合 集合 ...
bbs.translators.com.cn
3.
收集对象
最常见的是当一个对象 被加入收集对象collection object)时,这两个函数必须自己设计。更细化的定义是:如果你想将一个 …
www.cnblogs.com
4.
搜集对象
November | 2008 |... ... collection note 代收赔款委托书 collection object 搜集对象 collection of responses 响应收集 ...
wilson0603.wordpress.com
5.
群集物件
辞汇 ... 群集( collection) 群集物件( collection object) 栏位( column) ...
webmail.vh.com.tw
6.
物标
几何物标(Collection object ),描述其它物标间关系的特征物标。 2) 空间物标(Spatial Object ) 有多种方法来表示真实世界实体 …
www.docin.com

例句

释义:
1.
It has an Add Method (Collection Object) for putting items into the collection and a Remove Method (Collection Object) for taking items out.
它具有一个用于将项放入集合的Add方法(Collection对象),以及一个用于取出项的Remove方法(Collection对象)。
msdn2.microsoft.com
2.
The CodeTypeParameterCollection class provides a simple collection object that can be used to store a set of CodeTypeParameter objects.
CodeTypeParameterCollection类提供一个简单的集合对象,该对象可用于存储一组CodeTypeParameter对象。
msdn2.microsoft.com
3.
As with any object, you declare a variable to hold the object, then create the collection object and assign it to the variable.
与任何对象一样,声明一个变量以存储对象,然后创建集合对象并将它赋给变量。
msdn2.microsoft.com
4.
You can grant permissions to create an XML schema collection and also grant permissions on an XML schema collection object.
您可以授予创建XML架构集合的权限,也可以授予对XML架构集合对象的某些操作权限。
msdn2.microsoft.com
5.
Index must be a number from 1 through the value of the collection's Count Property (Collection Object).
Index必须为从1到此集合的Count属性(Collection对象)的值之间的数字。
msdn2.microsoft.com
6.
The properties and methods of the Collection object provide only the most basic services for collections.
对象的属性和方法仅为集合提供最基本的服务。
msdn2.microsoft.com
7.
When Remove deletes an element from a collection, it decrements the collection's Count Property (Collection Object) by one.
Remove从集合中删除一个元素时,它使集合的Count属性(Collection对象)减1。
msdn2.microsoft.com
8.
Check the spelling of the object or property name, or verify that the object is a Collection object.
检查对象或属性名称的拼写是否正确,或验证对象是否为Collection对象。
msdn2.microsoft.com
9.
Used by the DefaultHTMLPageLayout of the Project. Properties collection object.
由Project.Properties集合对象的DefaultHTMLPageLayout使用。
msdn2.microsoft.com
10.
The property to access the collection object itself is read-only, the collection itself is read-write.
用来存取集合物件的属性是唯读的,而集合本身是读写。
technet.microsoft.com
1.
Gets a value indicating whether the property is a collection object.
获取一个值,该值指示该属性是否为集合对象。
msdn2.microsoft.com
2.
Gets a value indicating whether the collection object is read-only.
获取一个值,该值指示集合对象是否为只读。
msdn2.microsoft.com
3.
Or some other collection object to record and retrieve the property values for each component.
或一些其他集合对象来记录和检索每个组件的属性值。
msdn2.microsoft.com
4.
Or some other such collection object to record and retrieve the property values for each control.
或者其他一些这样的集合对象来记录和检索每个控件的属性值。
msdn2.microsoft.com
5.
This property represents the data type of the collection object.
此属性表示集合对象的数据类型。
msdn2.microsoft.com
6.
Once the collection object is created, you can add and remove items and access items in the collection.
创建了集合对象后,可以添加和移除集合中的项或访问集合中的项。
msdn2.microsoft.com
7.
Collection class to create a strongly-typed collection object.
类创建一个强类型集合对象。
msdn2.microsoft.com
8.
Group refers to a valid collection object.
是否引用有效的集合对象。
msdn2.microsoft.com
9.
This drops all schemas that are contained in the collection and removes the collection object.
它将删除包含在集合中的所有架构并删除集合对象。
msdn2.microsoft.com
10.
Collection object is a general-purpose programming tool, it is more flexible than some other collections.
对象是一种通用编程工具,所以它比其他一些集合更灵活。
msdn2.microsoft.com
1.
Sets the collection object to read-only.
将集合对象设置为只读。
msdn2.microsoft.com
2.
Removes an element from a Collection object.
从Collection对象移除元素。
msdn2.microsoft.com
3.
Add the cookie to the Cookies collection object.
将Cookie添加到Cookies集合对象。
msdn2.microsoft.com
4.
Gets or sets the collection object to edit.
获取或设置要编辑的集合对象。
msdn2.microsoft.com
5.
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
返回一个Boolean值,该值指示VisualBasicCollection对象是否包含一个带有特定键的元素。
msdn2.microsoft.com
6.
This example illustrates the use of the Remove method to remove objects from a Collection Object (Visual Basic) in the variable birthdays.
本示例演示了如何使用Remove方法从变量birthdays的Collection对象(VisualBasic)中移除对象。
msdn2.microsoft.com
7.
Deletes all elements of a Visual Basic Collection object.
删除VisualBasicCollection对象的所有元素。
msdn2.microsoft.com
8.
The Visual Basic Collection object is an example of a one-based collection.
VisualBasicCollection对象是一个从一开始的集合的示例。
msdn2.microsoft.com
9.
This example uses the Add method to add an item to a Visual Basic Collection object.
此示例使用Add方法向VisualBasicCollection对象添加项。
msdn.microsoft.com
10.
For example, with Visual Basic 6. 0, you can store objects of any type in a Collection object.
例如,使用VisualBasic6.0,可在Collection对象中存储任何类型的对象。
msdn2.microsoft.com
1.
Granting Permissions on an XML Schema Collection Object
授予对XML架构集合对象的某些操作权限
msdn2.microsoft.com
2.
Denying Permissions on an XML Schema Collection Object
拒绝对XML架构集合对象的权限
msdn2.microsoft.com
3.
The newly created collection object or, otherwise, the collection indicated by the
新创建的集合对象,否则则为
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 0:21:37