HighlightedShapesCollection Methods
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| 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.) |


