HighlightedShapesCollection Class
Collection of shapes and DiagramItems that are highlighted on the design surface.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
System.Collections::CollectionBase
Microsoft.VisualStudio.Modeling.Diagrams::DiagramItemCollection
Microsoft.VisualStudio.Modeling.Diagrams::HighlightedShapesCollection
| Name | Description | |
|---|---|---|
![]() | HighlightedShapesCollection() | Initializes a new instance of the HighlightedShapesCollection class. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from CollectionBase.) |
![]() | Count | (Inherited from CollectionBase.) |
![]() | Item[Int32] | Gets the DiagramItem at the specified position in the collection.(Inherited from DiagramItemCollection.) |
| Name | Description | |
|---|---|---|
![]() | Add(DiagramItem^) | Adds a DiagramItem to the current highlight list.(Overrides DiagramItemCollection::Add(DiagramItem^).) |
![]() | Add(DiagramItemCollection^) | Adds the specified DiagramItems to the current highlight list. |
![]() | Add(ICollection^) | Adds the DiagramItem of an ICollection to the end of the DiagramItemCollection(Inherited from DiagramItemCollection.) |
![]() | Clear() | Clears the current highlight list. |
![]() | Contains(DiagramItem^) | Determines whether a DiagramItem is in the collection.(Inherited from DiagramItemCollection.) |
![]() | CopyTo(array<DiagramItem^>^, Int32) | Copies the DiagramItems of the selection to an Array, starting at a particular Array index.(Inherited from DiagramItemCollection.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetDiagramItemsContainingShape(ShapeElement^) | Gets a collection of diagram items in the highlight list whose Shape property is the specified shape. |
![]() | GetEnumerator() | Gets a DiagramItem enumerator for this collection.(Inherited from DiagramItemCollection.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(DiagramItem^) | Returns the zero-based index of the DiagramItem in the collection.(Inherited from DiagramItemCollection.) |
![]() | Insert(Int32, DiagramItem^) | Inserts the DiagramItem into the collection at the specified index.(Inherited from DiagramItemCollection.) |
![]() | Remove(DiagramItem^) | Removes a DiagramItem from the current highlight list.(Overrides DiagramItemCollection::Remove(DiagramItem^).) |
![]() | Remove(DiagramItemCollection^) | Removes the specified DiagramItems from the current highlight list. |
![]() | Remove(ICollection^) | Removes the specified DiagramItems from an ICollection(Inherited from DiagramItemCollection.) |
![]() | RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() | Set(DiagramItem^) | Replaces the current highlight list with a new single highlight. |
![]() | Set(DiagramItemCollection^) | Replaces the current highlight list with a new highlight list. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Add(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from CollectionBase.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



