HighlightedShapesCollection Methods

 

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

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.)

Return to top
Show: