HighlightedShapesCollection::Set Method (DiagramItem^)

 

Replaces the current highlight list with a new single highlight.

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

public:
void Set(
	DiagramItem^ diagramItem
)

Parameters

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

The DiagramItem that is to replace the current highlight list.

If the DiagramItem is null, then the highlight list is cleared.

Return to top
Show: