DiagramItemCollection 类
DiagramItem 实例的集合。DiagramItem 表示在关系图上 ShapeElement、 ShapeField 或 ShapeSubField 实例以及等使用诸如命中测试并选择。
继承层次结构
System.Object
System.Collections.CollectionBase
Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
Microsoft.VisualStudio.Modeling.Diagrams.HighlightedShapesCollection
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Public Class DiagramItemCollection _
Inherits CollectionBase _
Implements IEnumerable(Of DiagramItem), IEnumerable
public class DiagramItemCollection : CollectionBase,
IEnumerable<DiagramItem>, IEnumerable
DiagramItemCollection 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
DiagramItemCollection | 初始化 DiagramItemCollection 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Capacity | 获取或设置 CollectionBase 可包含的元素数。 (继承自 CollectionBase。) | |
Count | 获取包含在 CollectionBase 实例中的元素数。不能重写此属性。 (继承自 CollectionBase。) | |
InnerList | 获取一个 ArrayList,它包含 CollectionBase 实例中元素的列表。 (继承自 CollectionBase。) | |
Item | 获取 DiagramItem 在集合中的指定位置。 | |
List | 获取一个 IList,它包含 CollectionBase 实例中元素的列表。 (继承自 CollectionBase。) |
页首
方法
名称 | 说明 | |
---|---|---|
Add(ICollection) | 添加 ICollection 的 DiagramItem 到 DiagramItemCollection 结束 | |
Add(DiagramItem) | 添加特定 DiagramItem 到集合中。 | |
Clear | 从 CollectionBase 实例移除所有对象。不能重写此方法。 (继承自 CollectionBase。) | |
Contains | 确定 DiagramItem 是否位于集合。 | |
CopyTo | 复制选定内容的 DiagramItems 给数组,开始在特定数组索引。 | |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetEnumerator | 获取此集合的一个 DiagramItem 枚举数。 | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
IndexOf | 返回 DiagramItem 的从零开始的索引集合中的。 | |
Insert | 插入 DiagramItem 到位于指定索引处的集合中。 | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
OnClear | 当清除 CollectionBase 实例的内容时执行其他自定义进程。 (继承自 CollectionBase。) | |
OnClearComplete | 在清除 CollectionBase 实例的内容之后执行其他自定义进程。 (继承自 CollectionBase。) | |
OnInsert | 在向 CollectionBase 实例中插入新元素之前执行其他自定义进程。 (继承自 CollectionBase。) | |
OnInsertComplete | 在向 CollectionBase 实例中插入新元素之后执行其他自定义进程。 (继承自 CollectionBase。) | |
OnRemove | 当从 CollectionBase 实例移除元素时执行其他自定义进程。 (继承自 CollectionBase。) | |
OnRemoveComplete | 在从 CollectionBase 实例中移除元素之后执行其他自定义进程。 (继承自 CollectionBase。) | |
OnSet | 当在 CollectionBase 实例中设置值之前执行其他自定义进程。 (继承自 CollectionBase。) | |
OnSetComplete | 当在 CollectionBase 实例中设置值后执行其他自定义进程。 (继承自 CollectionBase。) | |
OnValidate | 当验证值时执行其他自定义进程。 (继承自 CollectionBase。) | |
Remove(ICollection) | 从 ICollection 移除指定的 DiagramItems | |
Remove(DiagramItem) | 从集合中移除特定 DiagramItem 的第一个匹配项。 | |
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) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。