HighlightedShapesCollection 类

在设计图面上突出显示的形状和 DiagramItems 的集合。

继承层次结构

System.Object
  System.Collections.CollectionBase
    Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
      Microsoft.VisualStudio.Modeling.Diagrams.HighlightedShapesCollection

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

语法

声明
Public NotInheritable Class HighlightedShapesCollection _
    Inherits DiagramItemCollection
public sealed class HighlightedShapesCollection : DiagramItemCollection

HighlightedShapesCollection 类型公开以下成员。

构造函数

  名称 说明
公共方法 HighlightedShapesCollection 初始化 HighlightedShapesCollection 类的新实例。

页首

属性

  名称 说明
公共属性 Capacity 获取或设置 CollectionBase 可包含的元素数。 (继承自 CollectionBase。)
公共属性 Count 获取包含在 CollectionBase 实例中的元素数。不能重写此属性。 (继承自 CollectionBase。)
公共属性 Item 获取集合中指定位置的 DiagramItem。 (继承自 DiagramItemCollection。)

页首

方法

  名称 说明
公共方法 Add(ICollection) 将一个 ICollection 的 DiagramItem 添加到 DiagramItemCollection 的末尾。 (继承自 DiagramItemCollection。)
公共方法 Add(DiagramItem) 添加一个 DiagramItem 到当前突出显示列表。 (重写 DiagramItemCollection.Add(DiagramItem)。)
公共方法 Add(DiagramItemCollection) 添加指定的 DiagramItems 到当前突出显示列表。
公共方法 Clear 清除当前突出显示列表。
公共方法 Contains 确定 DiagramItem 是否在集合中。 (继承自 DiagramItemCollection。)
公共方法 CopyTo 从特定的数组索引开始,将选定内容的 DiagramItems 复制到一个数组中。 (继承自 DiagramItemCollection。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法 GetDiagramItemsContainingShape 获取突出显示列表中关系图项的集合,该列表的“形状”属性是指定形状的。
公共方法 GetEnumerator 获取此集合的 DiagramItem 枚举器。 (继承自 DiagramItemCollection。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 IndexOf 返回集合中DiagramItem的从零开始的索引。 (继承自 DiagramItemCollection。)
公共方法 Insert 将 DiagramItem 插入集合中的指定索引处。 (继承自 DiagramItemCollection。)
公共方法 Remove(ICollection) 从 ICollection 移除指定的 DiagramItems (继承自 DiagramItemCollection。)
公共方法 Remove(DiagramItem) 从当前高亮列表中移除 DiagramItem。 (重写 DiagramItemCollection.Remove(DiagramItem)。)
公共方法 Remove(DiagramItemCollection) 从当前突出显示列表移除指定的 DiagramItems。
公共方法 RemoveAt 移除 CollectionBase 实例的指定索引处的元素。此方法不可重写。 (继承自 CollectionBase。)
公共方法 Set(DiagramItem) 用新的高亮列表替换当前的。
公共方法 Set(DiagramItemCollection) 用新的高亮列表替换旧的。
公共方法 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) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.Modeling.Diagrams 命名空间