HighlightedShapesCollection::Set Method (DiagramItemCollection^)

 

Replaces the current highlight list with a new 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 Set(
	DiagramItemCollection^ diagramItems
)

Parameters

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

The collection of DiagramItems that is to replace the current highlight list.

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

Return to top
Show: