DiagramClientView::HighlightedShapes Property
Visual Studio 2015
Gets the highlighted shapes for the DiagramClientView.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property HighlightedShapesCollection^ HighlightedShapes { HighlightedShapesCollection^ get(); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::HighlightedShapesCollection^Use the returned SelectedShapesCollection object to alter the DiagramClientView's highlighted shapes.
Show: