HighlightedShapesCollection::Add Method (DiagramItemCollection^)

 

Adds the specified DiagramItems to the current highlight list.

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

public:
void Add(
	DiagramItemCollection^ diagramItems
)

Parameters

diagramItems
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItemCollection^

The collection of DiagramItems to add.

If a DiagramItem in the collection is already in the highlight list, the DiagramItem is ignored.

Return to top
Show: