DiagramClientView::HighlightedShapes Property

 

Gets the highlighted shapes for the DiagramClientView.

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

public:
property HighlightedShapesCollection^ HighlightedShapes {
	HighlightedShapesCollection^ get();
}

Use the returned SelectedShapesCollection object to alter the DiagramClientView's highlighted shapes.

Return to top
Show: