RelatedDocDataCollection 类
将文档存储数据对象的强类型集合。
此 API 不兼容 CLS。
继承层次结构
System.Object
System.Collections.CollectionBase
Microsoft.VisualStudio.Shell.Design.Serialization.RelatedDocDataCollection
命名空间: Microsoft.VisualStudio.Shell.Design.Serialization
程序集: Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
Public NotInheritable Class RelatedDocDataCollection _
Inherits CollectionBase
[CLSCompliantAttribute(false)]
public sealed class RelatedDocDataCollection : CollectionBase
RelatedDocDataCollection 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
RelatedDocDataCollection() | 初始化 RelatedDocDataCollection 的新实例。 | |
RelatedDocDataCollection(array<DocData[]) | 初始化 RelatedDocDataCollection 新的实例指定数组的文档数据对象。 | |
RelatedDocDataCollection(RelatedDocDataCollection) | 初始化 RelatedDocDataCollection 新实例作为另一 RelatedDocDataCollection 对象。 |
页首
属性
名称 | 说明 | |
---|---|---|
Capacity | 获取或设置 CollectionBase 可包含的元素数。 (继承自 CollectionBase。) | |
Count | 获取包含在 CollectionBase 实例中的元素数。不能重写此属性。 (继承自 CollectionBase。) | |
Item | 获取文档数据对象位于指定索引处。 |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 将指定值添加到集合。 | |
AddRange(array<DocData[]) | 复制数组的元素文档到 RelatedDocDataCollection结束的数据对象。 | |
AddRange(RelatedDocDataCollection) | 将另一个 RelatedDocDataCollection 的内容添加到集合末尾。 | |
Clear | 从 CollectionBase 实例移除所有对象。不能重写此方法。 (继承自 CollectionBase。) | |
Contains | 确定集合是否包含指定的文档数据对象。 | |
CopyTo | 复制收集有关数组文档启动位于指定索引处的数据对象。 | |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
GetEnumerator | 返回循环访问 CollectionBase 实例的枚举器。 (继承自 CollectionBase。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
IndexOf | 获取索引指定文档集合中的数据对象。 | |
Insert | 插入文档数据对象添加到指定的索引的集合中。 | |
Remove | 移除指定的文档根据收集的数据对象。 | |
RemoveAt | 移除 CollectionBase 实例的指定索引处的元素。此方法不可重写。 (继承自 CollectionBase。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IList.Add | 将对象添加到 CollectionBase 的结尾处。 (继承自 CollectionBase。) | |
IList.Contains | 确定 CollectionBase 是否包含特定元素。 (继承自 CollectionBase。) | |
ICollection.CopyTo | 从目标数组的指定索引处开始将整个 CollectionBase 复制到兼容的一维 Array。 (继承自 CollectionBase。) | |
IList.IndexOf | 搜索指定的 Object,并返回整个 CollectionBase 中第一个匹配项的从零开始的索引。 (继承自 CollectionBase。) | |
IList.Insert | 将元素插入 CollectionBase 的指定索引处。 (继承自 CollectionBase。) | |
IList.IsFixedSize | 获取一个值,该值指示 CollectionBase 是否具有固定大小。 (继承自 CollectionBase。) | |
IList.IsReadOnly | 获取一个值,该值指示 CollectionBase 是否为只读。 (继承自 CollectionBase。) | |
ICollection.IsSynchronized | 获取一个值,该值指示是否同步对 CollectionBase 的访问(线程安全)。 (继承自 CollectionBase。) | |
IList.Item | 获取或设置位于指定索引处的元素。 (继承自 CollectionBase。) | |
IList.Remove | 从 CollectionBase 中移除特定对象的第一个匹配项。 (继承自 CollectionBase。) | |
ICollection.SyncRoot | 获取可用于同步对 CollectionBase 的访问的对象。 (继承自 CollectionBase。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。