HighlightedShapesCollection Class

 

Collection of shapes and DiagramItems that are highlighted on the design surface.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

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

public ref class HighlightedShapesCollection sealed : DiagramItemCollection

NameDescription
System_CAPS_pubmethodHighlightedShapesCollection()

Initializes a new instance of the HighlightedShapesCollection class.

NameDescription
System_CAPS_pubpropertyCapacity

(Inherited from CollectionBase.)

System_CAPS_pubpropertyCount

(Inherited from CollectionBase.)

System_CAPS_pubpropertyItem[Int32]

Gets the DiagramItem at the specified position in the collection.(Inherited from DiagramItemCollection.)

NameDescription
System_CAPS_pubmethodAdd(DiagramItem^)

Adds a DiagramItem to the current highlight list.(Overrides DiagramItemCollection::Add(DiagramItem^).)

System_CAPS_pubmethodAdd(DiagramItemCollection^)

Adds the specified DiagramItems to the current highlight list.

System_CAPS_pubmethodAdd(ICollection^)

Adds the DiagramItem of an ICollection to the end of the DiagramItemCollection(Inherited from DiagramItemCollection.)

System_CAPS_pubmethodClear()

Clears the current highlight list.

System_CAPS_pubmethodContains(DiagramItem^)

Determines whether a DiagramItem is in the collection.(Inherited from DiagramItemCollection.)

System_CAPS_pubmethodCopyTo(array<DiagramItem^>^, Int32)

Copies the DiagramItems of the selection to an Array, starting at a particular Array index.(Inherited from DiagramItemCollection.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetDiagramItemsContainingShape(ShapeElement^)

Gets a collection of diagram items in the highlight list whose Shape property is the specified shape.

System_CAPS_pubmethodGetEnumerator()

Gets a DiagramItem enumerator for this collection.(Inherited from DiagramItemCollection.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(DiagramItem^)

Returns the zero-based index of the DiagramItem in the collection.(Inherited from DiagramItemCollection.)

System_CAPS_pubmethodInsert(Int32, DiagramItem^)

Inserts the DiagramItem into the collection at the specified index.(Inherited from DiagramItemCollection.)

System_CAPS_pubmethodRemove(DiagramItem^)

Removes a DiagramItem from the current highlight list.(Overrides DiagramItemCollection::Remove(DiagramItem^).)

System_CAPS_pubmethodRemove(DiagramItemCollection^)

Removes the specified DiagramItems from the current highlight list.

System_CAPS_pubmethodRemove(ICollection^)

Removes the specified DiagramItems from an ICollection(Inherited from DiagramItemCollection.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from CollectionBase.)

System_CAPS_pubmethodSet(DiagramItem^)

Replaces the current highlight list with a new single highlight.

System_CAPS_pubmethodSet(DiagramItemCollection^)

Replaces the current highlight list with a new highlight list.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: