HighlightedShapesCollection::Remove Method (DiagramItem^)

 

Removes a DiagramItem from 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:
virtual void Remove(
	DiagramItem^ diagramItem
) override

Parameters

diagramItem
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^

The DiagramItem to remove from the current highlight list.

If a DiagramItem does not exist in the highlight list, the DiagramItem is ignored.

Return to top
Show: